Description Usage Arguments Details See Also
Function that takes a variance-covariance matrix and produces normal variates following it, but with means 0.
1 | mvrnormRC(N, Sigma)
|
N |
The number to draw. |
Sigma |
Must be square. |
The R function mvrnorm does this too; this was a test of the algorithm from Tommaso Zillio.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.