Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export Table A8 #23

Open
luizaandrade opened this issue Sep 25, 2024 · 1 comment
Open

Export Table A8 #23

luizaandrade opened this issue Sep 25, 2024 · 1 comment

Comments

@luizaandrade
Copy link
Contributor

		reg m_theta_mle2 m_theta_mle1, robust
		predict m_res, res
		leebounds m_res treat,vce(analytic) tight(ms_center1) cie
		
		est sto math
		estadd scalar lower e(cilower) 
		estadd scalar upper e(ciupper) 

		reg h_theta_mle2 h_theta_mle1, robust
		predict h_res, res
		leebounds h_res treat,vce(analytic) tight(ms_center1) cie
		
		est sto hindi
		estadd scalar lower e(cilower) 
		estadd scalar upper e(ciupper) 
		
		esttab math hindi using "${tables}/tablea8.tex", ///
			nostar replace se(%9.3f) ///
			 scalars("lower Lower 95\% CI" "upper Upper 95\% CI") ///
			 sfmt(%9.3f) mtitle(Math Hindi)
@calebhf1
Copy link

with outreg2:

reg m_theta_mle2 m_theta_mle1, robust
predict m_res, res
leebounds m_res treat,vce(analytic) tight(ms_center1) cie
outreg2 using ${tables}tablea8.xsls, label less(1) noaster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants