See umxRotate.MxModelCP()
to rotate the factor loadings of a umxCP()
model
umxRotate(
model,
rotation = c("varimax", "promax"),
tryHard = "yes",
freeLoadingsAfter = TRUE,
verbose = TRUE
)
a model to rotate
name of the rotation.
Default ("yes") is to tryHard
Whether to keep the rotated loadings fixed (Default, free them again)
print detail about the rotation
Rotated solution
Other Reporting functions:
RMSEA.MxModel()
,
RMSEA.summary.mxmodel()
,
RMSEA()
,
extractAIC.MxModel()
,
loadings()
,
residuals.MxModel()
,
umxCI_boot()
,
umxCI()
,
umxConfint()
,
umxExpCov()
,
umxExpMeans()
,
umxFitIndices()