Dear statalisters,
I was running a number of bayesian regressions when my pc crashed.
Using the "saving" suffix, I have now a number of datasets, containing the results from my 50000 draws.
Is there any way I can retrieve the resulting estimates from those datasets?
Just to illustrate what I want - the structure of my do file is the following:
bayes, [...] saving(xyz, replace): [...]
estimates store abc
Usually, after all the estimating is finished, I can access my estimates for post-estimation by typing
estimates use abc
Obviously, this doesn't work now. So is there a way to access my estimates from the xyz - datasets?
I think I have researched the manual quite thoroughly, but probably I'm missing something.
Thanks a lot in advance!
Best,
Stefan
I was running a number of bayesian regressions when my pc crashed.
Using the "saving" suffix, I have now a number of datasets, containing the results from my 50000 draws.
Is there any way I can retrieve the resulting estimates from those datasets?
Just to illustrate what I want - the structure of my do file is the following:
bayes, [...] saving(xyz, replace): [...]
estimates store abc
Usually, after all the estimating is finished, I can access my estimates for post-estimation by typing
estimates use abc
Obviously, this doesn't work now. So is there a way to access my estimates from the xyz - datasets?
I think I have researched the manual quite thoroughly, but probably I'm missing something.
Thanks a lot in advance!
Best,
Stefan
Comment