Hi there,
I am calculating a multilevel mixed effects model with an ordinary outcome. Therfore I use
a command that is equivalent to
I have tried all integrations methods, meaning "mvaghermite", "mcaghermite", "ghermite". "laplace" is not viable as "initial values not feasible; r(1400);". However, I cannot use the predict or margins command (neither spost13 package) because
In the update 06aug2014 it says at point 5.
But as already said, I tried all integration methods. Additionally I dropped the multilevel part so this part here
With this configuration of the command, everything works.
What can I do?
Best
korbinian
I am calculating a multilevel mixed effects model with an ordinary outcome. Therfore I use
Code:
meologit depvar var1 var2 [..varlist...] || country: var1 , vce(cluster country)
Code:
meglm depvar var1 var2 [..varlist...] || country: var1 , vce(cluster country) family(ordinal) link(logit)
Code:
could not compute empirical Bayes' means; missing values were returned by the evaluator r(322);
Code:
predict after gsem and me would incorrectly return zero-valued empirical Bayes' mean estimates when intmethod(mvaghermite) was not a viable integration method. In this case, gsem and me will now report a note below the coefficient table acknowledging that the results were produced using nonadaptive quadrature, and predict will issue the error message "could not compute the empirical Bayes' means".
Code:
|| country: var1
What can I do?
Best
korbinian
Comment