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

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

[Package INSPEcT version 1.12.2 Index]