boothresearch / disrupting-educ

Replication exercise using Muralidharan et al 2019
Other
0 stars 13 forks source link

Export Table A8 #23

Open luizaandrade opened 1 month ago

luizaandrade commented 1 month ago
        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 commented 1 month ago

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