tidy.mixo_pls: Tidy methods for pls and spls objects

View source: R/tidiers.R

tidy.mixo_plsR 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).


plsmod documentation built on Sept. 7, 2022, 1:05 a.m.