chisqmodel {INSPEcT}R Documentation

Retrieve results of chi-squared test for the selected models

Description

Retrieve results of chi-squared test for the selected models

This method is used to retrieve the chi-squared test results for the models that have been selected to better represent the behavior of each gene.

Usage

chisqmodel(object, ...)

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

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

Arguments

object

An object of class INSPEcT or INSPEcT_model

...

Additional arguments for the generic

Value

A vector of chi-squared test results

Examples

data('mycerIds10', package='INSPEcT')
chisqmodel(mycerIds10)

[Package INSPEcT version 1.10.0 Index]