plsModel {MAIT} | R Documentation |
Function model
returns the model for PLS when function plotPLS
have been already respectively launched.
plsModel(MAIT.object)
MAIT.object |
A MAIT-class object |
The PLS model of the MAIT.object
Francesc Fernandez, francesc.fernandez.albert@upc.edu
data(MAIT_sample) MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE) MAIT<-plotPLS(MAIT,plot3d=FALSE) plsModel(MAIT)