Learn R Programming

MAIT (version 1.6.0)

plsScores: Scores extractor for the PLS model

Description

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

Usage

plsScores(MAIT.object)

Arguments

MAIT.object
A MAIT-class object

Value

A matrix with the PLS loading vectors.

See Also

plotPLS

Examples

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

Run the code above in your browser using DataLab