hi i ran this code on my STATA dataset
mixed pat_cost_inf age i.white i.married i.charlsoncat i.payor i.hosp_type i.location i.bedsize i.region surg_total hosp_total i.proc_type [fweight = proj_wgt] || prov_id:
dataset itself is not that big - 141 variables, 84972 observations
no of distinct prov_id = 500
it has been running for the past 5 days and is onto
Iteration 7136: log likelihood = -6229132 (backed up)
Iteration 7137: log likelihood = -6229132 (backed up)
Iteration 7138: log likelihood = -6229132 (backed up)
and still going!
how long should i expect for it to run?
or does it not converge at all for eternity?
mixed pat_cost_inf age i.white i.married i.charlsoncat i.payor i.hosp_type i.location i.bedsize i.region surg_total hosp_total i.proc_type [fweight = proj_wgt] || prov_id:
dataset itself is not that big - 141 variables, 84972 observations
no of distinct prov_id = 500
it has been running for the past 5 days and is onto
Iteration 7136: log likelihood = -6229132 (backed up)
Iteration 7137: log likelihood = -6229132 (backed up)
Iteration 7138: log likelihood = -6229132 (backed up)
and still going!
how long should i expect for it to run?
or does it not converge at all for eternity?
Comment