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
data('mycerIds10', package='INSPEcT') AIC(mycerIds10)