toyModel | 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
PLSSVD
,sPLSDA
,guidedPLS
data <- toyModel(seeds=123)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.