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 mixo_pls or mixo_spls.

...

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]