logLik: Retrieve results of log likelihood test

Description Usage Arguments Value Examples

Description

This method is used to retrieve all the log likelihood ratio test results for all pairs tested for all genes.

Usage

1
2
3
4
5
6
7
logLik(object, ...)

## S4 method for signature 'INSPEcT_model'
logLik(object, ...)

## S4 method for signature 'INSPEcT'
logLik(object, ...)

Arguments

object

An object of class INSPEcT or INSPEcT_model

...

Additional arguments for the generic

Value

A matrix of log likelihood test results for all the tested model comparisons

Examples

1
2
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
logLik(nascentInspObj10)

INSPEcT documentation built on Nov. 8, 2020, 6:49 p.m.