-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to handle standardization #86
Comments
The ProblemThe goal of Taxonomy is to obtain a sample of actually used models to build simulations on. In this context it is important to know if we are working with standardized or unstandardized parameters, because they provide different and mutually exclusive information:
with:
It is possible to standardize all paramters (more common), or only the latent variables (less common). Optimally, we would be able to standardize paramters by ourselves, but it can happen that the model implied variances are not reported. Also, it does not always seem to be clear whether the loadings have been standardized or not. Open Questions
|
I recommend computing the model-implied covariance matrix from a given model. If this covariance matrix has a unit diagonal (up to some slack because of numerical imprecision), I guess we can assume that factor loadings and regressions and covariances were standardized. Usually, the model-implied matrix is only computed for observed variables but for this test, one should compute the covariance matrix between all latent and all observed variables. |
We decided to assume everything is standardized. This means we have to recode all records that a standardized at the moment to check if we coded the raw or standardized stuff. |
Todos:
|
No description provided.
The text was updated successfully, but these errors were encountered: