x_sim | R Documentation |
These functions provide multivariate normal distributed x matrix.
x_sim(n = 100, p = 90, ncc = 2, var = 10)
n |
The number of rows for matrix x. |
p |
The number of columns for matrix x. |
ncc |
The number of correlated columns. |
var |
Varaince. |
x <- x_sim(n = 150, p = 100, ncc = 10, var = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.