HW | R Documentation |
Six data sets that yield a Heywood case in a 3-factor model.
data(HW)
Each data set is a matrix with 150 rows and 12 variables:
Each data set (HW1, HW2, ... HW6) represents a hypothetical sample
of 150 subjects from a population 3-factor model.
The population factor loadings are given in HW$popLoadings
.
data(HW)
# Compute a principal axis factor analysis
# on the first data set
RHW <- cor(HW$HW1)
fapaOut <- faMain(R = RHW,
numFactors = 3,
facMethod = "fapa",
rotate = "oblimin",
faControl = list(treatHeywood = FALSE))
fapaOut$faFit$Heywood
round(fapaOut$h2, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.