Closed jpritikin closed 3 months ago
Maybe I am misdiagnosing the problem.
Yes, I think this would only matter if the model was treating the ordinal variables as though they were continuous.
If the model is treating the ordinal variables as ordinal, then the variance parameters are on the "latent underlying continuous" scale instead of directly applying to the ordinal scale. The variances are used to compute probabilities of being in each ordinal category, and their exact values depend on the identification constraints. For example, maybe one identification constraint leads to a predicted probability of pnorm(-1, sd = 1)
while a different identification constraint leads to a predicted probability of pnorm(-3, sd = 3)
. They both get you to the same place even though the variances are different.
The maximum variance of Likert ordinal observed variables depends on the number of outcomes:
If would be great to be able to put an upper bound on the variance. Otherwise it is difficult to keep the model from drifting outside of the sane parameter space with mere priors.