simulate_3D_data | R Documentation |
The function generates 3D data with N individuals, L variables and P replicates.
simulate_3D_data(N, L, P, ncomps)
N |
integer, the number of individuals. |
L |
integer, the number of variables. |
P |
integer, the number of replicates. |
ncomps |
integer, the number of components. |
data list, a list containing the generated data including Y, A, B, X, and noise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.