genData.normal {semPower} | R Documentation |
genData.normal
Description
Generates multivariate normal random data conforming to a population variance-covariance matrix.
Usage
genData.normal(N = NULL, Sigma = NULL, nSets = 1)
Arguments
N |
sample size. |
Sigma |
population covariance matrix. |
nSets |
number of data sets to generate |
Value
Returns the generated data
[Package semPower version 2.1.0 Index]