SimData.norm | R Documentation |
A multi-source dataset with a normally distributed outcome, saved as a list. The first two elements of the list are the X data matrices, each with 30 predictors and 20 people. The third element of the list is a continuous outcome vector Y. Dataset was simulated using same constructed described in sJIVE by Palzer et al. (2022) with true rankJ=1, rankI=c(1,1), a large error in X (90%) and a small error in Y (10%).
SimData.norm
A list
A list of length 2. Each element in the list is a centered and scaled data matrix with 30 predictors (rows) and 20 people (columns)
A centered and scaled outcome vector of length 20
...
Palzer E.F., Wendt C., Bowler R., Hersh C., Safo S.E., Lock E.F. sJIVE: Supervised joint and individual variation explained. https://arxiv.org/pdf/2102.13278.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.