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 Sept. 30, 2024, 9:24 a.m.