summary.pls {mdatools} | R Documentation |
Summary method for PLS model object
Description
Shows performance statistics for the model.
Usage
## S3 method for class 'pls'
summary(
object,
ncomp = object$ncomp.selected,
ny = seq_len(nrow(object$yloadings)),
...
)
Arguments
object |
a PLS model (object of class |
ncomp |
how many components to count. |
ny |
which y variables to show the summary for (can be a vector) |
... |
other arguments |
[Package mdatools version 0.14.1 Index]