AIC-INSPEcT-method: Akaike information criterion calculated for the models...

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
5
## 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

1
2
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
AIC(nascentInspObj10)

ste-depo/INSPEcT documentation built on Oct. 3, 2020, 9:14 p.m.