plsModel {MAIT}R Documentation

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

Author(s)

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

See Also

plotPLS

Examples

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

[Package MAIT version 1.18.0 Index]