AIC-INSPEcT-method {INSPEcT}R Documentation

Akaike information criterion calculated for the models evaluated by INSPEcT

Description

This method is used to retrieve AIC values for all models tested for all genes.

Usage

## S4 method for signature 'INSPEcT_model'
AIC(object, ..., k = 2)

## S4 method for signature 'INSPEcT'
AIC(object, ..., k = 2)

Arguments

object

An object of class INSPEcT or INSPEcT_model

...

Additional arguments for the generic

k

Additional parameter for the generic

Value

A matrix of AIC values

Examples

data('mycerIds10', package='INSPEcT')
AIC(mycerIds10)

[Package INSPEcT version 1.10.0 Index]