powered by
Data set used in some of OpenMx's examples.
data("factorExample1")
A data frame with 500 observations on the following variables.
x1
x2
x3
x4
x5
x6
x7
x8
x9
This appears to be a three factor model, but perhaps with an odd loading structure.
The OpenMx User's guide can be found at https://openmx.ssri.psu.edu/documentation/.
data(factorExample1) round(cor(factorExample1), 2) factanal(covmat=cov(factorExample1), factors=3, rotation="promax")
Run the code above in your browser using DataLab