Yes thank you! Here's the syntax for Model 2:
sem.model2 <- '
Intrinsic =~ INTRINSIC
Performance =~ GPA + HON + ACAH
Satisfaction =~ SCHOOL+LIFE+HEALTH
SSA =~ PHONE+STUDY+DISTRACT+FUN+MISTAKE+OFFICE+PART+REVIEW+DUE+CREATE+CLASS+MENTAL+INVOLVE+OPPORT+BOOKS
Flow =~ CONT+STAND+NEW+ATTEND+SKILLS+SUCCESS+ELSE+RELATION+ASSIGN+ESCAPE+TRAVEL
WordFlow =~ binwf + binDT2 + binCOH
# regressions
SSA ~ Intrinsic
Performance ~ SSA + Flow
Flow ~ SSA + Intrinsic
Satisfaction ~ Flow
WordFlow ~ Flow + Satisfaction + Performance
# residual correlations
MENTAL ~~ STUDY
CONT ~~ STUDY
'
fit2 <- sem(sem.model2, data = FlowDataset, ordered=c("binwf","binDT2","binCOH"))
summary(fit2, fit.measures = TRUE, standardized=TRUE)
Console output:
[123] WARNING: Warning in muthen1984(Data = X[[g]], ov.names = ov.names[[g]], ov.types = ov.types, :
lavaan WARNING: trouble inverting W matrix; used generalized inverse
Warning in lav_object_post_check(lavobject) :
lavaan WARNING: some estimated ov variances are negative
Anova call:
> anova(fit1,fit2, fitMeasures=TRUE)
Console output:
[124] ERROR:
lavaan ERROR
I am reading the links you suggested presently. The output for the model is given below. Sorry the columns are wonky.
lavaan (0.5-22) converged normally after 103 iterations
Number of observations 169
Estimator DWLS Robust
Minimum Function Test Statistic 687.392 827.071
Degrees of freedom 584 584
P-value (Chi-square) 0.002 0.000
Scaling correction factor 1.460
Shift parameter 356.383
for simple second-order correction (Mplus variant)
Model test baseline model:
Minimum Function Test Statistic 5434.585 1778.635
Degrees of freedom 630 630
P-value 0.000 0.000
User model versus baseline model:
Comparative Fit Index (CFI) 0.978 0.788
Tucker-Lewis Index (TLI) 0.977 0.772
Robust Comparative Fit Index (CFI) NA
Robust Tucker-Lewis Index (TLI) NA
Root Mean Square Error of Approximation:
RMSEA 0.032 0.050
90 Percent Confidence Interval 0.021 0.042 0.042 0.057
P-value RMSEA <= 0.05 0.999 0.512
Robust RMSEA NA
90 Percent Confidence Interval NA NA
Standardized Root Mean Square Residual:
SRMR 0.082 0.082
Weighted Root Mean Square Residual:
WRMR 0.992 0.992
Parameter Estimates:
Information Expected
Standard Errors Robust.sem
Latent Variables:
Estimate Std.Err z-value P(>|z|) Std.lv Std.all
Intrinsic =~
INTRINSIC 1.000 1.657 1.000
Performance =~
GPA 1.000 0.331 0.850
HON 3.427 0.517 6.629 0.000 1.135 0.874
ACAH 0.869 0.162 5.353 0.000 0.288 0.623
Satisfaction =~
SCHOOL 1.000 1.184 1.033
LIFE 0.742 0.094 7.922 0.000 0.879 0.704
HEALTH 0.468 0.103 4.557 0.000 0.554 0.417
SSA =~
PHONE 1.000 0.422 0.365
STUDY 0.989 0.249 3.978 0.000 0.417 0.402
DISTRACT 0.944 0.236 4.006 0.000 0.399 0.432
FUN 1.116 0.314 3.550 0.000 0.471 0.409
MISTAKE 1.368 0.336 4.078 0.000 0.578 0.590
OFFICE 0.887 0.286 3.099 0.002 0.375 0.366
PART 1.163 0.296 3.931 0.000 0.491 0.510
REVIEW 1.034 0.247 4.193 0.000 0.437 0.474
DUE 1.476 0.443 3.332 0.001 0.623 0.396
CREATE 1.117 0.287 3.896 0.000 0.471 0.531
CLASS 0.622 0.176 3.538 0.000 0.263 0.495
MENTAL 0.981 0.232 4.234 0.000 0.414 0.629
INVOLVE 0.607 0.332 1.825 0.068 0.256 0.204
OPPORT 1.068 0.379 2.816 0.005 0.451 0.387
BOOKS 1.072 0.348 3.079 0.002 0.452 0.435
Flow =~
CONT 1.000 0.433 0.526
STAND 1.029 0.156 6.585 0.000 0.446 0.527
NEW 1.146 0.182 6.308 0.000 0.496 0.545
ATTEND 1.791 0.345 5.193 0.000 0.776 0.500
SKILLS 1.139 0.173 6.583 0.000 0.493 0.477
SUCCESS 1.415 0.267 5.304 0.000 0.613 0.569
ELSE 1.685 0.302 5.586 0.000 0.730 0.529
RELATION 0.922 0.248 3.714 0.000 0.399 0.359
ASSIGN 1.598 0.267 5.992 0.000 0.692 0.605
ESCAPE 1.364 0.354 3.847 0.000 0.591 0.334
TRAVEL 1.989 0.297 6.701 0.000 0.862 0.606
WordFlow =~
binwf 1.000 1.512 1.512
binDT2 0.223 0.219 1.018 0.309 0.337 0.337
binCOH 0.158 0.170 0.927 0.354 0.238 0.238
Regressions:
Estimate Std.Err z-value P(>|z|) Std.lv Std.all
SSA ~
Intrinsic 0.135 0.035 3.905 0.000 0.531 0.531
Performance ~
SSA 0.254 0.188 1.352 0.176 0.324 0.324
Flow 0.182 0.170 1.074 0.283 0.238 0.238
Flow ~
SSA 0.828 0.203 4.073 0.000 0.807 0.807
Intrinsic 0.027 0.016 1.650 0.099 0.103 0.103
Satisfaction ~
Flow 1.849 0.247 7.479 0.000 0.676 0.676
WordFlow ~
Flow 1.366 0.459 2.975 0.003 0.391 0.391
Satisfaction -0.401 0.140 -2.859 0.004 -0.314 -0.314
Performance 0.530 0.405 1.308 0.191 0.116 0.116
Covariances:
Estimate Std.Err z-value P(>|z|) Std.lv Std.all
.STUDY ~~
.MENTAL 0.089 0.035 2.513 0.012 0.089 0.183
.CONT 0.114 0.060 1.894 0.058 0.114 0.171
Intercepts:
Estimate Std.Err z-value P(>|z|) Std.lv Std.all
.INTRINSIC 7.515 0.129 58.304 0.000 7.515 4.534
.GPA 3.251 0.030 106.724 0.000 3.251 8.347
.HON 2.959 0.100 29.466 0.000 2.959 2.279
.ACAH 1.692 0.057 29.828 0.000 1.692 3.667
.SCHOOL 5.343 0.116 45.905 0.000 5.343 4.661
.LIFE 5.367 0.128 41.861 0.000 5.367 4.300
.HEALTH 5.201 0.118 43.972 0.000 5.201 3.909
.PHONE 3.118 0.090 34.603 0.000 3.118 2.699
.STUDY 3.396 0.084 40.524 0.000 3.396 3.269
.DISTRACT 3.077 0.071 43.196 0.000 3.077 3.333
.FUN 3.740 0.106 35.311 0.000 3.740 3.244
.MISTAKE 3.746 0.079 47.305 0.000 3.746 3.825
.OFFICE 2.331 0.085 27.568 0.000 2.331 2.275
.PART 2.959 0.074 39.744 0.000 2.959 3.072
.REVIEW 2.775 0.072 38.811 0.000 2.775 3.012
.DUE 3.456 0.123 27.993 0.000 3.456 2.197
.CREATE 3.367 0.069 48.758 0.000 3.367 3.792
.CLASS 4.698 0.062 75.290 0.000 4.698 8.852
.MENTAL 4.071 0.051 80.028 0.000 4.071 6.188
.INVOLVE 2.373 0.112 21.256 0.000 2.373 1.893
.OPPORT 2.166 0.113 19.137 0.000 2.166 1.859
.BOOKS 2.320 0.082 28.450 0.000 2.320 2.231
.CONT 3.290 0.064 51.224 0.000 3.290 3.992
.STAND 3.822 0.068 56.523 0.000 3.822 4.524
.NEW 6.000 0.080 74.909 0.000 6.000 6.592
.ATTEND 5.615 0.178 31.466 0.000 5.615 3.623
.SKILLS 5.888 0.102 57.591 0.000 5.888 5.691
.SUCCESS 5.497 0.100 55.214 0.000 5.497 5.101
.ELSE 3.373 0.111 30.419 0.000 3.373 2.445
.RELATION 5.840 0.107 54.412 0.000 5.840 5.256
.ASSIGN 5.225 0.102 51.453 0.000 5.225 4.564
.ESCAPE 4.556 0.152 29.934 0.000 4.556 2.574
.TRAVEL 4.444 0.111 40.166 0.000 4.444 3.125
.binwf 0.000 0.000 0.000
.binDT2 0.000 0.000 0.000
.binCOH 0.000 0.000 0.000
Intrinsic 0.000 0.000 0.000
.Performance 0.000 0.000 0.000
.Satisfaction 0.000 0.000 0.000
.SSA 0.000 0.000 0.000
.Flow 0.000 0.000 0.000
.WordFlow 0.000 0.000 0.000
Thresholds:
Estimate Std.Err z-value P(>|z|) Std.lv Std.all
binwf|t1 0.232 0.098 2.376 0.018 0.232 0.232
binDT2|t1 0.202 0.097 2.069 0.039 0.202 0.202
binCOH|t1 0.796 0.109 7.323 0.000 0.796 0.796
Variances:
Estimate Std.Err z-value P(>|z|) Std.lv Std.all
.INTRINSIC 0.000 0.000 0.000
.GPA 0.042 0.014 3.084 0.002 0.042 0.278
.HON 0.397 0.140 2.840 0.005 0.397 0.236
.ACAH 0.130 0.033 3.894 0.000 0.130 0.612
.SCHOOL -0.089 0.145 -0.611 0.541 -0.089 -0.068
.LIFE 0.785 0.114 6.906 0.000 0.785 0.504
.HEALTH 1.463 0.191 7.659 0.000 1.463 0.826
.PHONE 1.157 0.153 7.573 0.000 1.157 0.867
.STUDY 0.905 0.109 8.297 0.000 0.905 0.839
.DISTRACT 0.693 0.077 8.952 0.000 0.693 0.813
.FUN 1.107 0.154 7.173 0.000 1.107 0.833
.MISTAKE 0.625 0.070 8.976 0.000 0.625 0.652
.OFFICE 0.910 0.120 7.608 0.000 0.910 0.866
.PART 0.686 0.086 7.975 0.000 0.686 0.740
.REVIEW 0.658 0.077 8.579 0.000 0.658 0.775
.DUE 2.085 0.291 7.165 0.000 2.085 0.843
.CREATE 0.566 0.069 8.247 0.000 0.566 0.718
.CLASS 0.213 0.019 10.996 0.000 0.213 0.755
.MENTAL 0.261 0.033 7.851 0.000 0.261 0.604
.INVOLVE 1.505 0.234 6.443 0.000 1.505 0.958
.OPPORT 1.154 0.157 7.327 0.000 1.154 0.850
.BOOKS 0.877 0.125 6.997 0.000 0.877 0.811
.CONT 0.492 0.056 8.830 0.000 0.492 0.724
.STAND 0.516 0.058 8.816 0.000 0.516 0.722
.NEW 0.582 0.054 10.690 0.000 0.582 0.703
.ATTEND 1.801 0.222 8.128 0.000 1.801 0.750
.SKILLS 0.827 0.074 11.241 0.000 0.827 0.773
.SUCCESS 0.786 0.102 7.703 0.000 0.786 0.677
.ELSE 1.370 0.173 7.897 0.000 1.370 0.720
.RELATION 1.075 0.107 10.062 0.000 1.075 0.871
.ASSIGN 0.831 0.093 8.894 0.000 0.831 0.634
.ESCAPE 2.786 0.418 6.670 0.000 2.786 0.889
.TRAVEL 1.280 0.144 8.891 0.000 1.280 0.633
.binwf -1.287 -1.287 -1.287
.binDT2 0.886 0.886 0.886
.binCOH 0.943 0.943 0.943
Intrinsic 2.747 0.297 9.247 0.000 1.000 1.000
.Performance 0.077 0.016 4.699 0.000 0.705 0.705
.Satisfaction 0.762 0.158 4.824 0.000 0.543 0.543
.SSA 0.128 0.056 2.274 0.023 0.718 0.718
.Flow 0.047 0.015 3.017 0.003 0.249 0.249
.WordFlow 2.011 2.148 0.936 0.349 0.879 0.879
Scales y*:
Estimate Std.Err z-value P(>|z|) Std.lv Std.all
binwf 1.000 1.000 1.000
binDT2 1.000 1.000 1.000
binCOH 1.000 1.000 1.000
Following up on the links Dr. Jorgenson sent me, I get the following output: