I tried to run below scripts but failed to get the figures for
Model Test User Model:
Model Test Baseline Model:
User Model versus Baseline Model:
Loglikelihood and Information Criteria:
Root Mean Square Error of Approximation:
Standardized Root Mean Square Residual:
Parameter Estimates:
--------------------R Script------------------------------
library(lavaan)
HS.model <- ’ visual =~ x1 + x2 + x3
textual =~ x4 + x5 + x6
speed =~ x7 + x8 + x9 ’
fit <- cfa(HS.model, data=HolzingerSwineford1939)
summary(fit, fit.measures=TRUE)
----------------------END---------------------------------
Anyone can give me some advises?