demoOneFactor {OpenMx} | R Documentation |
Demonstration data for a one factor model
Description
Data set used in some of OpenMx's examples.
Usage
data("demoOneFactor")
Format
A data frame with 500 observations on the following 5 numeric variables.
x1
x2
x3
x4
x5
Details
Variables x1-x5 are typically used as indicators of the latent trait.
Source
Simulated.
References
The OpenMx User's guide can be found at https://openmx.ssri.psu.edu/documentation/.
Examples
data(demoOneFactor)
cov(demoOneFactor)
cor(demoOneFactor)
[Package OpenMx version 2.21.11 Index]