umxRotate: Generic SEM factor model loading rotation function

View source: R/build_run_modify.R

umxRotateR Documentation

Generic SEM factor model loading rotation function

Description

See umxRotate.MxModelCP() to rotate the factor loadings of a umxCP() model

Usage

umxRotate(
  model,
  rotation = c("varimax", "promax"),
  tryHard = "yes",
  freeLoadingsAfter = TRUE,
  verbose = TRUE
)

Arguments

model

a model to rotate

rotation

name of the rotation.

tryHard

Default ("yes") is to tryHard

freeLoadingsAfter

Whether to keep the rotated loadings fixed (Default, free them again)

verbose

print detail about the rotation

Value

  • Rotated solution

See Also

Other Reporting functions: RMSEA.MxModel(), RMSEA.summary.mxmodel(), RMSEA(), extractAIC.MxModel(), loadings.MxModel(), loadings(), residuals.MxModel(), tmx_show.MxMatrix(), tmx_show(), umxCI_boot(), umxCI(), umxConfint(), umxExpCov(), umxExpMeans(), umxFitIndices()


tbates/umx documentation built on March 16, 2024, 4:26 a.m.