In my learning process I went to lavaan training site and tried to follow the example there which goes like this;
--
You received this message because you are subscribed to the Google Groups "lavaan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lavaan+un...@googlegroups.com.
To post to this group, send email to lav...@googlegroups.com.
Visit this group at http://groups.google.com/group/lavaan.
For more options, visit https://groups.google.com/d/optout.
lavaan (0.5-16) converged normally after 45 iterations
Number of observations 100
Estimator ML
Minimum Function Test Statistic 216.065
Degrees of freedom 132
P-value (Chi-square) 0.000
Model test baseline model:
Minimum Function Test Statistic 875.299
Degrees of freedom 153
P-value 0.000
User model versus baseline model:
Comparative Fit Index (CFI) 0.884
Tucker-Lewis Index (TLI) 0.865
Loglikelihood and Information Criteria:
Loglikelihood user model (H0) -2597.247
Loglikelihood unrestricted model (H1) -2489.215
Number of free parameters 39
Akaike (AIC) 5272.495
Bayesian (BIC) 5374.096
Sample-size adjusted Bayesian (BIC) 5250.924
Root Mean Square Error of Approximation:
RMSEA 0.080
90 Percent Confidence Interval 0.060 0.099
P-value RMSEA <= 0.05 0.009
Standardized Root Mean Square Residual:
SRMR 0.075
Parameter estimates:
Information Expected
Standard Errors Standard
Estimate Std.err Z-value P(>|z|)
Latent variables:
burden =~
V1 1.000
V2 1.457 0.244 5.974 0.000
V10 0.835 0.197 4.239 0.000
V16 1.455 0.251 5.788 0.000
V17 1.226 0.228 5.376 0.000
V18 1.153 0.243 4.735 0.000
sadness =~
V4 1.000
V8 1.442 0.197 7.318 0.000
V9 0.478 0.190 2.509 0.012
V11 1.252 0.197 6.340 0.000
V12 1.149 0.184 6.236 0.000
V15 1.277 0.199 6.402 0.000
worry =~
V3 1.000
V5 1.320 0.298 4.426 0.000
V6 1.822 0.379 4.801 0.000
V7 1.191 0.312 3.817 0.000
V13 1.468 0.332 4.418 0.000
V14 0.824 0.256 3.214 0.001
Covariances:
burden ~~
sadness 0.392 0.094 4.191 0.000
worry 0.325 0.095 3.417 0.001
sadness ~~
worry 0.367 0.101 3.616 0.000
Variances:
V1 0.714 0.110
V2 0.579 0.105
V10 0.902 0.134
V16 0.725 0.124
V17 0.781 0.124
V18 1.180 0.179
V4 0.525 0.084
V8 0.542 0.101
V9 1.477 0.211
V11 0.849 0.135
V12 0.766 0.121
V15 0.849 0.136
V3 1.285 0.189
V5 0.730 0.118
V6 0.469 0.108
V7 1.444 0.215
V13 0.915 0.148
V14 1.340 0.195
burden 0.417 0.131
sadness 0.496 0.130
worry 0.385 0.160
| |
| I'm happy it ran...interpretation help needed. | |
I'm happy it ran...interpretation help needed.
"From: Urbano Lorenzo Seva
Sent: Wednesday, July 23, 2014 4:02 AM
To: Alvelo, Jaime
Subject: Re: FW: RE: RE: [EXTERNAL] Re: FACTOR Applications
Dear Jaime,
If Dr. Collazo retained one dimension, and considering the outcome in your own data, then I would advise to retain a single factor.
For the scree shoots that you send me, I see that you already defined correctly the analysis. To assess the outcome you need to study the congruences indices that FActor will print in the outcome file.
Best,
HS.model <- 'burden =~ V1 + V2 + V10 + V16 + V17 + V18sadness =~ V4 + V8 + V9 + V11 + V12 + V15
worry =~ V3 + V5 + V6 + V7 + V13 + V14'fit <- cfa(HS.model, data=HolzingerSwineford1939, estimator='WLSMV', ordered=names(HolzingerSwineford1939))summary(fit, fit.measures=TRUE, standardized=TRUE)
Dear Jaime,Okay, I got it. You want to make a Spanish item scale, right?First, FACTOR can Exploratory Factor Analysis, not CFA. So, Procrustes rotation criteria is not a CFA method. That's just a kind of EFA method.Second, You can use another estimator in lavaan when you try CFA. It may help fitting your data in your model.Like this:HS.model <- 'burden =~ V1 + V2 + V10 + V16 + V17 + V18sadness =~ V4 + V8 + V9 + V11 + V12 + V15worry =~ V3 + V5 + V6 + V7 + V13 + V14'fit <- cfa(HS.model, data=HolzingerSwineford1939, estimator='WLSMV', ordered=names(HolzingerSwineford1939))summary(fit, fit.measures=TRUE, standardized=TRUE)Third, Please do not use the Eigenvalue greater than one rule (as known as Kaiser rules) when you try to estimate EFA models. That's not accurate criteria. You can try to calculate CFI, TLI and RMSEA when you estimate the EFA model via fa() in psych(), efaUnrotate() in semTools(), and mirt() with the M2 statistic. CFI and TLI > .9 and RMSEA Upper < .08 are may useful to find factor structure of Spanish Scale.If you feel that's too hard to execute, I can help you freely.You can ask privately via my e-mail with Developmental sample for EFA and Validation Sample for CFA.--Seongho Bae
seongh...@gmail.com
...
Seongho Bae
...
<td style="
--
You received this message because you are subscribed to a topic in the Google Groups "lavaan" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lavaan/URqA2hDFDlU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lavaan+un...@googlegroups.com.