Dear Stata Users,
I want export regression results (different regressions) to a table in latex. For instance, I am running following regressions:
Code:
reghdfe a b , ab(year firm) vce(cluster firm) reghdfe a c , ab(year firm) vce(cluster firm) reghdfe a d, ab(year firm) vce(cluster firm)
Variables | Coeff |
b | |
c | |
d |
Variables | Coeff | Coeff | Coeff |
b | … | ||
c | … | ||
d | … |
Comment