Frans
About
- Username
- Frans
- Joined
- Visits
- 23
- Last Active
- Roles
- Member
Comments
-
Will do EJ!
-
After further exploration, I discovered that it is indeed possible in JASP to switch between scree plots with PC and FA eigenvalues. The scree plot uses the values from the output options > tables parallel analysis. If the analysis is chosen to b…
-
Thank you for the confirmation. I'll issue a feature request.
-
TarandeepKang, this is fantastic news. Looking forward to the update, as this will help a lot with my students.
-
Hi. I tried these options, but except for SRMR, the fit results largely do not change and do not match the robust values in R. Below are the RMSEA values in R using "MLM" as the estimator. Normal ML RMSEA is 0.063 and the robust values are…
-
Hi there. Am I correct that the Eigenvalues in the JASP's EFA scree plot are the FA (Real data factor eigenvalues); and not the PCA initial Eigenvalues? However, both types of Eigenvalues are available in Output Options > Tables parallel analysis…
-
EJ, what are nightlies?
-
Yes, that's how I understand it. One can add the following R code to give the unstandardized (from covariance matrix): covar = TRUE. To be exact, to get the same value as JASP: omega(Dataset, nfactors = 1, fm = "ml", covar = TRUE).
-
That makes sense. Thank you!