Learn R Programming

MAIT (version 1.6.0)

plsModel: Model extractor for either PLS

Description

Function model returns the model for PLS when function plotPLS have been already respectively launched.

Usage

plsModel(MAIT.object)

Arguments

MAIT.object
A MAIT-class object

Value

The PLS model of the MAIT.object

See Also

plotPLS

Examples

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

Run the code above in your browser using DataLab