Fixing parameters to non-zero values? #47
-
|
Dear All, Second I have a question about manually fixing parameters, specifically measurement errors in MANIFESTVAR to non-zero values. I have difficulties in getting stable estimates (i.e., the model fit and parameter depend on the used seed) when estimating a model with free parameters in the diagonal of the MANIFESTVAR matrix. When fixing the MANIFESTVAR matrix to zero, this problem disappears, of course, with the cost of a problematic assumption of no measurement error. As one mid-way solution, I wonder about fixing the diagonal of the MANIFESTVAR matrix manually to some more or less plausible value based on the reliability estimate of conducted longitudinal CFA. I tried that, and it gives me stable estimates. However, I wonder about the logic of the ctsem in fixing the non-zero values. For example, if I want to fix the measurement error variance to (1-a)/a (as the diagonal of lambda is fixed to one), should I fix the diagonal of MANIFESTVAR to (1-a)/a or alternatively, to its standard deviation= sqrt((1-a)/a)). Or something else? If understand correctly the transformations used in ctsem, the standard deviation is the correct way, but I am not exactly sure. Also, it seems that fixing higher values leads again to unstable parameters. Thank you already beforehand if you find time to answer! I also attached the model specification if that help (first without and second with separate latent trends based on Driver and Tomasik (2022)). best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thanks for the glowing praise Jaako, it's enough that people are getting some use out of it for their own work :) :) you're correct that for fixed values they are specified in terms of the sd. I would urge you however to also try with the free measurement error parameters and consider reducing model complexity - sometimes there if nothing gained by including cross temporal effects once individual differences, measurement error, and correlated system noise are accounted for. |
Beta Was this translation helpful? Give feedback.
Thanks for the glowing praise Jaako, it's enough that people are getting some use out of it for their own work :) :) you're correct that for fixed values they are specified in terms of the sd. I would urge you however to also try with the free measurement error parameters and consider reducing model complexity - sometimes there if nothing gained by including cross temporal effects once individual differences, measurement error, and correlated system noise are accounted for.