brandmaier/onyx

Standardization issue

Opened this issue · 3 comments

Onyx currently standardizes covariances with respect to total variance in variables; however, users expect a correlation of the residual covariance (in line with lavaan output). See these equivalent models that yield quite different estimates of the residual correlation. The right model's result is identical to the lavaan output from standardizedSolution()

image

@timovonoertzen, let's discuss how to proceed.

My suggestion is that the backend should provide standardized estimates via the ParameterSet class. What do you think, @timovonoertzen ?