Hi,
I have run two regressions using the following command:
After this, I used the suest command to generate the mean difference. However, the difference between the values of the coefficients is incorrect. Only the standard errors seem to change. The code that I have used:
I have run two regressions using the following command:
Code:
regress violence rel_earn m_decision_making num_children pr_rshp edu_level-hus_edu_level if employed==1 eststo reg4a regress violence rel_earn m_decision_making num_children pr_rshp edu_level-hus_edu_level if employed==0 eststo reg4b
Code:
suest reg4a reg4b test [reg4a_mean = reg4b_mean] eststo t_test esttab reg4a reg4b t_test using reg4.tex, replace
Comment