-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more estimators for cfa, change standardization output
- Loading branch information
1 parent
2aac174
commit dff0f98
Showing
6 changed files
with
255 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: jaspFactor | |
Type: Package | ||
Title: Factor Module for JASP | ||
Version: 0.19.0 | ||
Date: 2023-04-14 | ||
Date: 2024-08-19 | ||
Author: JASP Team | ||
Website: jasp-stats.org | ||
Maintainer: JASP Team <[email protected]> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
### Help on Estimators | ||
Some of the estimators come with options that are set in the background: | ||
|
||
- Estimators without extra effects (standard errors and model test are standard): | ||
- ML, GLS, WLS, ULS, DWLS, DLS | ||
|
||
- Extensions of ML-estimators with extra effects: | ||
- MLM: classic robust se (se="robust.sem"), Satorra-Bentler test statistic (test="satorra.bentler") | ||
- MLMV: classic robust se, scaled and shifted test statistic (test="scaled.shifted") | ||
- MLMVS: classic robust se, mean and var adjusted Satterthwaite style test statistic (test="mean.var.adjusted") | ||
- MLF: first-order standard se (information="first.order"), standard test | ||
- MLR: Huber-White robust se (se="robust.huber.white"), Yuan-Bentler T2-star test statistic (test="yuan.bentler.mplus") | ||
|
||
- Others: | ||
- WLSM: implies DWLS with scaled test and robust se | ||
- WLSMV: implies DWLS with mean and var adjusted test and robust se | ||
- ULSM: implies ULS with scaled test and robust se | ||
- ULSMV: implies ULS with mean-var adjusted test and robust se | ||
|
||
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters