summary.plsda | R Documentation |
Shows some statistics for the model.
## S3 method for class 'plsda'
summary(
object,
ncomp = object$ncomp.selected,
nc = seq_len(object$nclasses),
...
)
object |
a PLS-DA model (object of class |
ncomp |
how many components to use (if NULL - user selected optimal value will be used) |
nc |
which class to show the summary for (if NULL, will be shown for all) |
... |
other arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.