Hi,
I'm trying to fit a mixed effects logistic regression model with nested random effects (patient nested within clinic), with the following code:
melogit outcome_var exposure1_var i.exposure2_var exposure3_var || clinic: || patient_id: , or
My dataset is almost 4 million records, and the model takes forever to run, but ultimately it did not run (after a day to get through 35 iterations) I got this error message:
J(): 3900 unable to allocate real <tmp>[833945,171]
_gsem_eval_chol__loop(): - function returned error
_gsem_eval_chol__work(): - function returned error
_gsem_eval_chol(): - function returned error
mopt__calluser_v(): - function returned error
opt__eval_nr_v2(): - function returned error
opt__eval(): - function returned error
opt__step(): - function returned error
opt__singularH_m_marquardt(): - function returned error
opt__looputil_step(): - function returned error
opt__loop_nr(): - function returned error
opt__loop(): - function returned error
_moptimize(): - function returned error
Mopt_maxmin(): - function returned error
<istmt>: - function returned error
Any ideas on what the issue might be and a workaround? Thanks for your help.
I'm trying to fit a mixed effects logistic regression model with nested random effects (patient nested within clinic), with the following code:
melogit outcome_var exposure1_var i.exposure2_var exposure3_var || clinic: || patient_id: , or
My dataset is almost 4 million records, and the model takes forever to run, but ultimately it did not run (after a day to get through 35 iterations) I got this error message:
J(): 3900 unable to allocate real <tmp>[833945,171]
_gsem_eval_chol__loop(): - function returned error
_gsem_eval_chol__work(): - function returned error
_gsem_eval_chol(): - function returned error
mopt__calluser_v(): - function returned error
opt__eval_nr_v2(): - function returned error
opt__eval(): - function returned error
opt__step(): - function returned error
opt__singularH_m_marquardt(): - function returned error
opt__looputil_step(): - function returned error
opt__loop_nr(): - function returned error
opt__loop(): - function returned error
_moptimize(): - function returned error
Mopt_maxmin(): - function returned error
<istmt>: - function returned error
Any ideas on what the issue might be and a workaround? Thanks for your help.
Comment