Hi,
I am trying to fit a crossed-effects mixed model in my data but Stata returns the following error: "likelihood evaluates to missing r(430)". Here's the command I'm using:
mixed choice || _all: R.id || _all: R.scenario, reml
I can fit this model in a subset of my data, but when I use all my data (600 individuals, 10 observations per person), the model does not converge. I've tried some of the options specified in the maximize manual (e.g., changing how the likelihood function is maximized using the technique option, specifying difficult), but I get the same error message when I run the model on the entire sample.
Any help on how to solve this issue would be much appreciated.
Thank you
Related Posts with Convergence not Achieved in Mixed Model
2SLS and Heckman SelectionIs there an existing package on Stata to estimate a model to account for both endogeneity (2SLS) and…
dateHi I am trying to change the variable "doa" to numeric which is understandle to Sata, the below comm…
How to find matched casesLets suppose we have the following data Code: * Example generated by -dataex-. To install: ssc in…
Weight and mathematically adjust certain valuesHi All, I am looking to generate some new variables on the dataset listed below, but I'm not quite …
How would I predict a wage from a quadratic regression?Hi there, I am currently trying to describe the relationship between wage and education using the re…
Subscribe to:
Post Comments (Atom)
0 Response to Convergence not Achieved in Mixed Model
Post a Comment