genData.normal: genData.normal
Description
Generates multivariate normal random data conforming to a population variance-covariance matrix.
Usage
genData.normal(N = NULL, Sigma = NULL, nSets = 1)
Value
Returns the generated data
Arguments
- N
sample size.
- Sigma
population covariance matrix.
- nSets
number of data sets to generate