logLik {INSPEcT} | R Documentation |
This method is used to retrieve all the log likelihood ratio test results for all pairs tested for all genes.
logLik(object, ...) ## S4 method for signature 'INSPEcT_model' logLik(object, ...) ## S4 method for signature 'INSPEcT' logLik(object, ...)
object |
An object of class INSPEcT or INSPEcT_model |
... |
Additional arguments for the generic |
A matrix of log likelihood test results for all the tested model comparisons
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds')) logLik(nascentInspObj10)