tidy.mixo_pls | R Documentation |
Tidy methods for pls and spls objects
## S3 method for class 'mixo_pls'
tidy(x, ...)
## S3 method for class 'mixo_spls'
tidy(x, ...)
x |
An object with class |
... |
Not currently used. |
A tibble with columns terms
(the predictor names), value
(the
loadings), type
(either "predictors" or "outcomes"), and component
(the
component number).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.