Hello everyone,
In my table estimating the effect of an intervention on the households' income I would like to include a row showing the mean of the output variable for units in the control group.
My current code is the following and I have several estimations. I report only one:
areg y treatment, absorb(village) robust
outreg2 using "$figures\results_2.tex", replace addtext(village Fixed-Effect, X) addstat(Mean Output Var, e(depvar))
But the mean will be one of the output variables and I want it only for the control group.
Thanks
In my table estimating the effect of an intervention on the households' income I would like to include a row showing the mean of the output variable for units in the control group.
My current code is the following and I have several estimations. I report only one:
areg y treatment, absorb(village) robust
outreg2 using "$figures\results_2.tex", replace addtext(village Fixed-Effect, X) addstat(Mean Output Var, e(depvar))
But the mean will be one of the output variables and I want it only for the control group.
Thanks