toyModel {guidedPLS} | R Documentation |
The data is used for confirming the algorithm are properly working.
toyModel(model="Easy", seeds=123)
model |
"Easy" and "Hard" are available (Default: "Easy"). |
seeds |
Random number for setting set.seeds in the function (Default: 123). |
A list object containing a set of matrices X1, X2, Y1, Y1_dummy, Y2, Y1_dummy.
Koki Tsuyuzaki
data <- toyModel(seeds=123)