Hi all, i want to produce this table. I already found the stata syntax for column "UTI Take Up" : regress uti_adp_stat i.treatment1, cluster(branch) . But I didn't found the stata command for column "Intention to adopt UTI" and column "Adopt UTI if agent brings form" yet. Does anyone know what's the syntax for those columns? Is it possible to produce column UTI take up, intention to adopt uti, adopt uti if agent brings forms in one stata syntax? I've already try using mvreg but it didn't success.
Table 5: First experiment treatment effects UTI Take up Intention to adopt UTI
Notes: All regressions are clustered by branch. *** significant at the 1 percent level ** significant at the 5 percent level * significant at the 10 percent level
thank you!
Table 5: First experiment treatment effects UTI Take up Intention to adopt UTI
UTI Take up | Intention to adopt UTI | Adopt UTI if agent brings forms | |
T1 | 0.020*** (0.0046) | 0.342*** (0.037) |
0.053 (0.064) |
T2 | 0.005 (0.003) |
0.320*** (0.047) |
0.039 (0.085) |
T3 | 0.008*** (0.002) | 0.344*** (0.047) |
0.040 (0.083) |
Constant | 0.0025 (0.001) |
0.036** (0.013) |
0.340 (0.053) |
Number of observations | 3004 | 3000 | 3000 |
thank you!
Comment