I can retrieve coefficient estimates by:
gen Cf = [equationname]_b[varname]
,no problem!
But I am having trouble retrieving r-class results. I tried gen Cf = [equationname]_r[mean], Cf = [equationname]_mean, gen Cf = _r(mean1) but none of them worked.
Also, if not the same, what is the syntax to retrieve e-class stored results in multiple equation models?
Thanks
0 Response to What is the syntax to retrieve r-class stored results in multiple equation models, like bivariate poisson, var, or sure?
Post a Comment