Learn R Programming

MAIT (version 1.6.0)

models: Model extractor from a MAIT object

Description

Function models extracts the models of a MAIT object as a list.

Usage

models(MAIT.object)

Arguments

MAIT.object
A MAIT-class object

Value

A list containing the models of the MAIT object.

See Also

MAIT-class

Examples

Run this code
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
models(MAIT)

Run the code above in your browser using DataLab