You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the estimators come with options that are set in the background:
4
+
5
+
- Estimators without extra effects (standard errors and model test are standard):
6
+
- ML, GLS, WLS, ULS, DWLS, DLS
7
+
8
+
- Extensions of ML-estimators with extra effects:
9
+
- MLM: classic robust se (se="robust.sem"), Satorra-Bentler test statistic (test="satorra.bentler")
10
+
- MLMV: classic robust se, scaled and shifted test statistic (test="scaled.shifted")
11
+
- MLMVS: classic robust se, mean and var adjusted Satterthwaite style test statistic (test="mean.var.adjusted")
12
+
- MLF: first-order standard se (information="first.order"), standard test
13
+
- MLR: Huber-White robust se (se="robust.huber.white"), Yuan-Bentler T2-star test statistic (test="yuan.bentler.mplus")
14
+
15
+
- Others:
16
+
- WLSM: implies DWLS with scaled test and robust se
17
+
- WLSMV: implies DWLS with mean and var adjusted test and robust se
18
+
- ULSM: implies ULS with scaled test and robust se
19
+
- ULSMV: implies ULS with mean-var adjusted test and robust se
20
+
21
+
- Note: If you specify "Standard errors" instead of leaving it at default the corresponding options set by the estimators in the background will be overwritten
0 commit comments