summary.plsdares {mdatools} | R Documentation |
Summary method for PLS-DA results object
Description
Shows performance statistics for the results.
Usage
## S3 method for class 'plsdares'
summary(object, nc = seq_len(object$nclasses), ...)
Arguments
object |
PLS-DA results (object of class |
nc |
which class to show the summary for (if NULL, will be shown for all) |
... |
other arguments |
[Package mdatools version 0.14.1 Index]