moreFitIndices(object, fit.measures = "all", nPrior = 1)
cfa
, sem
, growth
, or lavaan
functions.nullRMSEA
for the further details of the computation of RMSEA of the null model.miPowerFit
For the modification indices and their power approach for model fit evaluationnullRMSEA
For RMSEA of the null modelHS.model <- ' visual =~ x1 + x2 + x3
textual =~ x4 + x5 + x6
speed =~ x7 + x8 + x9 '
fit <- cfa(HS.model, data=HolzingerSwineford1939)
moreFitIndices(fit)
fit2 <- cfa(HS.model, data=HolzingerSwineford1939, estimator="mlr")
moreFitIndices(fit2)
Run the code above in your browser using DataLab