plsScores {MAIT} | R Documentation |
Function plsScores
returns the scores vectors for the PLS model when function plotPLS
plsScores(MAIT.object)
MAIT.object |
A MAIT-class object |
A matrix with the PLS loading vectors.
Francesc Fernandez, francesc.fernandez.albert@upc.edu
data(MAIT_sample) MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE) MAIT<-plotPLS(MAIT,plot3d=FALSE) plsScores(MAIT)