loadings: Extract the loadings from an O2PLS fit

View source: R/AllGenerics.R

loadingsR Documentation

Extract the loadings from an O2PLS fit

Description

This function extracts loading parameters from an O2PLS fit

This function extracts loading parameters from an O2PLS fit

Usage

loadings(x, ...)

## S3 method for class 'O2pls'
loadings(x, loading = c("Xjoint", "Yjoint", "Xorth", "Yorth"), ...)

Arguments

x

Object of class O2pls

...

For consistency

loading

the loadings for one of "Xjoint", "Yjoint", "Xorth", "Yorth"

Value

Loading matrix

Loading matrix


o2plsda documentation built on Sept. 11, 2024, 8:28 p.m.