logLik {INSPEcT} | R Documentation |
Retrieve results of log likelihood test
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
data('mycerIds10', package='INSPEcT') logLik(mycerIds10)