toyModel {guidedPLS}R Documentation

Toy model data for using PLSSVD, sPLSDA, and guidedPLS

Description

The data is used for confirming the algorithm are properly working.

Usage

toyModel(model="Easy", seeds=123)

Arguments

model

"Easy" and "Hard" are available (Default: "Easy").

seeds

Random number for setting set.seeds in the function (Default: 123).

Value

A list object containing a set of matrices X1, X2, Y1, Y1_dummy, Y2, Y1_dummy.

Author(s)

Koki Tsuyuzaki

See Also

PLSSVD,sPLSDA,guidedPLS

Examples

data <- toyModel(seeds=123)

[Package guidedPLS version 1.0.0 Index]