data_3: Three-way data set

Description Usage Format Examples

Description

A generic three-way data set to test the algorithms on. It follows a 1 component tri-PLS model if scaled to unit variance.

Usage

1

Format

The data are presented as a list object containing X3 (Predictor data of dimensionality 17 x 11 x 3), y3 (Predictand of dimensionality 17 x 1), pnames (Character arry of length 11 containin p mode names) qnames (Character arry of length 3 containin q mode names).

Examples

1
2
3
4
data(data_3)
X3 <- data_3$X3
y3 <- data_3$y3
res.tripls <- tripls(X3,y3,2)

SvenSerneels/tripls_r documentation built on May 4, 2019, 6:30 a.m.