genData.normal: genData.normal

View source: R/simulate.R

genData.normalR 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


semPower documentation built on Nov. 15, 2023, 1:08 a.m.