rmvnorm {cIRT} | R Documentation |
Generate Random Multivariate Normal Distribution
Description
Creates a random Multivariate Normal when given number of obs, mean, and sigma.
Usage
rmvnorm(n, mu, S)
Arguments
n |
An |
mu |
A |
S |
A |
Value
A matrix
that is a Multivariate Normal distribution.
Author(s)
James Joseph Balamuta
See Also
TwoPLChoicemcmc()
and probitHLM()
Examples
# Call with the following data:
rmvnorm(2, c(0,0), diag(2))
[Package cIRT version 1.3.2 Index]