| rmvnorm | R Documentation |
Simulate from multivariate normal distribution
rmvnorm(n, mu, Sigma)
rlmvnorm(n, ...)
rmassnorm(n, ...)
rlmassnorm(n, ...)
n |
number of variates. |
mu |
vector of means. |
Sigma |
variance-covariance matrix with number of columns equal to
length of |
... |
arguments passed to |
rlmvnorm is a multivariate log normal.
rmassnorm and rlmassnorm simulate the
multivariate normal using the MASS package.
Returns a matrix of variates with number of rows
equal to n and number of columns equal to length of mu.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.