tidy.mixo_pls {plsmod} | R Documentation |
Tidy methods for pls and spls objects
Description
Tidy methods for pls and spls objects
Usage
## S3 method for class 'mixo_pls'
tidy(x, ...)
## S3 method for class 'mixo_spls'
tidy(x, ...)
Arguments
x |
An object with class |
... |
Not currently used. |
Value
A tibble with columns terms
(the predictor names), value
(the
loadings), type
(either "predictors" or "outcomes"), and component
(the
component number).
[Package plsmod version 1.0.0 Index]