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