plsScores: Scores extractor for the PLS model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plsScores.R

Description

Function plsScores returns the scores vectors for the PLS model when function plotPLS

Usage

1
plsScores(MAIT.object)

Arguments

MAIT.object

A MAIT-class object

Value

A matrix with the PLS loading vectors.

Author(s)

Francesc Fernandez, francesc.fernandez.albert@upc.edu

See Also

plotPLS

Examples

1
2
3
4
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT<-plotPLS(MAIT,plot3d=FALSE)
plsScores(MAIT)

MAIT documentation built on Nov. 8, 2020, 5:43 p.m.