rmvnorm {fourPNO} | R Documentation |
Creates a random Multivariate Normal when given number of obs, mean, and sigma.
rmvnorm(n, mu, sigma)
n |
An |
mu |
A |
sigma |
A |
A matrix
that is a Multivariate Normal distribution
James J Balamuta
# Call with the following data:
rmvnorm(2, c(0,0), diag(2))