Hey,
I use esttab to create a table of a regression analysis that includes factor variables.
In the output, I get the usual standardized beta coefficients but when I use esttab, all the cells in the table that show interactions effects created by using factor variables, only display standard errors and significance levels, but not the coefficients itself. I searched the web but have not come across this issue. Any experiences, recommendations?
Thanks a lot!
Regression code: reg pol_interest_w5 RELATIVE_SOCIALMEDIA_W3 edu female i.generation##c.RELATIVE_SOCIALMEDIA_W3
Esstab: esttab, b(3) se(3) beta ar2 not onecell nogaps nolz constant star(+ 0.10 * 0.05 ** 0.01 *** 0.001)
Table:
I use esttab to create a table of a regression analysis that includes factor variables.
In the output, I get the usual standardized beta coefficients but when I use esttab, all the cells in the table that show interactions effects created by using factor variables, only display standard errors and significance levels, but not the coefficients itself. I searched the web but have not come across this issue. Any experiences, recommendations?
Thanks a lot!
Regression code: reg pol_interest_w5 RELATIVE_SOCIALMEDIA_W3 edu female i.generation##c.RELATIVE_SOCIALMEDIA_W3
Esstab: esttab, b(3) se(3) beta ar2 not onecell nogaps nolz constant star(+ 0.10 * 0.05 ** 0.01 *** 0.001)
Table:
Comment