Last chance! 50% off unlimited learning
Sale ends in
orthRotate
and oblqRotate
functions.
efaUnrotate(data, nf, varList=NULL, start=TRUE, aux=NULL, ...)
factanal
function. If FALSE
, the starting values from the lavaan
package will be used.
cfa
function in the lavaan
package, such as ordered
, se
, or estimator
lavaan
output of unrotated exploratory factor analysis solution.
factanal
function is that users can enjoy some advanced features from the lavaan
package such as scaled chi-square, diagonal weighted least square for ordinal indicators, or full-information maximum likelihood.
unrotated <- efaUnrotate(HolzingerSwineford1939, nf=3, varList=paste0("x", 1:9), estimator="mlr")
summary(unrotated, std=TRUE)
inspect(unrotated, "std")
dat <- data.frame(HolzingerSwineford1939, z=rnorm(nrow(HolzingerSwineford1939), 0, 1))
unrotated2 <- efaUnrotate(dat, nf=2, varList=paste0("x", 1:9), aux="z")
Run the code above in your browser using DataLab