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
Related Posts with What is the syntax to retrieve r-class stored results in multiple equation models, like bivariate poisson, var, or sure?
Replacing missing values in a panel dataHello, I am doing a difference in difference in panel data set, years 2001-2015. The observation un…
Rearranging Data Code: clear input str25 sub1 marks1obt marks1max str30 sub2 marks2obt marks2max str30 sub3 marks3ob…
Panelregression using pooled ols with dummiesHello all, I have a paneldataset ranging from 2002 until 2019 containing ~ 500 companies. My paneli…
P-values and CI's for dotplot?Hi you helpful people. I have measured a concentration of a medical drug 1 week after operation in …
multiple imputation (-mi-) with the synthetic control method (-synth-)Has anyone combined multiple imputation with the synthetic control method (https://fmwww.bc.edu/repe…
Subscribe to:
Post Comments (Atom)
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