data(Box26)
fout <- faMain(R = Box26,
numFactors = 3,
facMethod = "faregLS",
rotate = "varimax",
bootstrapSE = FALSE,
rotateControl = list(
numberStarts = 100,
standardize = "none"),
Seed = 123)
summary(fout)
# We now choose Cureton-Mulaik row standardization to reveal
# the underlying factor structure.
fout <- faMain(R = Box26,
numFactors = 3,
facMethod = "faregLS",
rotate = "varimax",
bootstrapSE = FALSE,
rotateControl = list(
numberStarts = 100,
standardize = "CM"),
Seed = 123)
summary(fout)
Run the code above in your browser using DataLab