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