| plsDAPara-class | R Documentation |
An S4 class to represent the parameters for PLS-DA analysis
para |
A oplsDAPara object |
value |
New value |
A object of plsDAPara
scaleThe method used to scale the data,
see preProcess in metaX
centerA logical which indicates if the matrix should be mean centred or not
tThe method used to transform the data,
see transformation in metaX
validationThe method for validation, default is "CV"
ncompThe number of components used for PLS-DA, default is 2
npermThe number of permutations, default is 200
kfoldThe number of folds for cross-validation, default is 7
doA logical which indicates whether to do the plsDA analysis, default is TRUE
methodThe method used in PLS-DA. See plsr
in pls
cpuThe number of cpus used, default is all cpus.
Bo Wen wenbostar@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.