AIC-INSPEcT-method {INSPEcT} | R Documentation |
This method is used to retrieve AIC values for all models tested for all genes.
## S4 method for signature 'INSPEcT_model' AIC(object, ..., k = 2) ## S4 method for signature 'INSPEcT' AIC(object, ..., k = 2)
object |
An object of class INSPEcT or INSPEcT_model |
... |
Additional arguments for the generic |
k |
Additional parameter for the generic |
A matrix of AIC values
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds')) AIC(nascentInspObj10)