I fear that I'm being stupid and I'm no SEM/LVM expert but I am puzzled by this output:
lavTestLRT(SingleFitDWLS, TwoFitDWLS,
method = "satorra.bentler.2001")
##
## Scaled Chi-Squared Difference Test (method =
"satorra.bentler.2001")
##
## lavaan NOTE:
## The "Chisq" column contains standard test statistics, not
the
## robust test that should be reported per model. A robust
difference
## test is a function of two standard (not robust)
statistics.
##
## Df AIC BIC Chisq Chisq diff Df diff
Pr(>Chisq)
## TwoFitDWLS 34
29.161
## SingleFitDWLS 35 46.009 11.642 1 0.000645
***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' '
1
lavTestLRT(SingleFitDWLS, TwoFitDWLS, method =
"satorra.bentler.2010")
##
## Scaled Chi-Squared Difference Test (method =
"satorra.bentler.2010")
##
## lavaan NOTE:
## The "Chisq" column contains standard test statistics, not
the
## robust test that should be reported per model. A robust
difference
## test is a function of two standard (not robust)
statistics.
##
## Df AIC BIC Chisq Chisq diff Df diff
Pr(>Chisq)
## TwoFitDWLS 34 29.161
## SingleFitDWLS 35 46.009 -1.7381 1 1
1) I am sure I have recently seen a post here clarifying what tests lavaan uses for model comparisons when ordered = TRUE has been used with cfa() but I'm failing to find that and failing to search it up on the web. Can someone point me to the details?
2) Am I the only one who finds:
## lavaan NOTE:
## The "Chisq" column contains standard test statistics, not
the
## robust test that should be reported per model. A robust
difference
## test is a function of two standard (not robust)
statistics.
a bit cryptic and fairly scary?! I wonder if it could be
expanded a bit to be clearer to non-experts?

what's puzzling me is the output from lavTestLRT() with method = satorra.bentler.2010. I thought that the method from that paper was simply offering a method to ensure that the test values are always positive
1) I am sure I have recently seen a post here clarifying what tests lavaan uses for model comparisons when ordered = TRUE has been used with cfa() but I'm failing to find that and failing to search it up on the web. Can someone point me to the details?
2) Am I the only one who finds:
## lavaan NOTE:
## The "Chisq" column contains standard test statistics, not the
## robust test that should be reported per model. A robust difference
## test is a function of two standard (not robust) statistics.
a bit cryptic and fairly scary?! I wonder if it could be expanded a bit to be clearer to non-experts?