as.matrix.plsres {mdatools} | R Documentation |
as.matrix method for PLS results
Description
Returns a matrix with model performance statistics for PLS results
Usage
## S3 method for class 'plsres'
as.matrix(x, ncomp = NULL, ny = 1, ...)
Arguments
x |
PLS results (object of class |
ncomp |
number of components to calculate the statistics for |
ny |
for which response variable calculate the statistics for |
... |
other arguments |
[Package mdatools version 0.14.1 Index]