Code:
#delimit ;
ml model lf eut_crra
(phi: choice
p_ah x_ah p_al x_al
p_bh x_bh p_bl x_bl
= age female family educ_uni)
(sigma: = age female family educ_uni),
cluster(pid)
technique(nr)
maximize
iterate(300)
difficult;
#delimit cr
estimates store est1
* tabulate results
estimates table est1 , b(%9.3f) stats(ll N N_clust) stfmt(%9.0f)Array
While I can call up the estimates of variables age ... _cons on phi as _b[age] ... _b[_cons],
Code:
di _b[age] global _b_age = _b[age]
Thank you in advance,
Michael
0 Response to Postestimation: saving estimates of a two-part model
Post a Comment