-
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.
fix the default missing handling, add estimators (#235)
* fix rebase conflict * more estimators for cfa, change standardization output * Update R/confirmatoryfactoranalysis.R Co-authored-by: František Bartoš <[email protected]> --------- Co-authored-by: František Bartoš <[email protected]>
- Loading branch information
1 parent
411a253
commit 132449a
Showing
7 changed files
with
355 additions
and
249 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: jaspFactor 0.13.0\n" | ||
<<<<<<< HEAD | ||
"POT-Creation-Date: 2024-07-13 03:29\n" | ||
"PO-Revision-Date: 2024-07-02 15:09+0000\n" | ||
"Last-Translator: Daiki Hojo <[email protected]>\n" | ||
"Language-Team: Japanese <https://hosted.weblate.org/projects/jasp/jaspfactor-" | ||
"r/ja/>\n" | ||
======= | ||
"POT-Creation-Date: 2023-05-08 16:33\n" | ||
"PO-Revision-Date: 2024-06-24 10:09+0000\n" | ||
"Last-Translator: 上野真翔 <[email protected]>\n" | ||
"Language-Team: Japanese <https://hosted.weblate.org/projects/jasp/" | ||
"jaspfactor-r/ja/>\n" | ||
>>>>>>> 1eb6579 (Translated using Weblate (Japanese) (#229)) | ||
"Language: ja\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
<<<<<<< HEAD | ||
"X-Generator: Weblate 5.7-dev\n" | ||
======= | ||
"X-Generator: Weblate 5.6-rc\n" | ||
>>>>>>> 1eb6579 (Translated using Weblate (Japanese) (#229)) | ||
|
||
msgid "Second-Order" | ||
msgstr "二次" | ||
|
@@ -334,7 +346,7 @@ msgid "Average variance extracted" | |
msgstr "平均分散抽出" | ||
|
||
msgid "AVE" | ||
msgstr "AVE" | ||
msgstr "" | ||
|
||
msgid "Heterotrait-monotrait ratio" | ||
msgstr "Heterotrait-monotrait 比" | ||
|
Oops, something went wrong.