summary.pls | R Documentation |
Shows performance statistics for the model.
## S3 method for class 'pls'
summary(
object,
ncomp = object$ncomp.selected,
ny = seq_len(nrow(object$yloadings)),
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.