Hi
I would like to run a model like this:
i.e. all right hand variables are come with an interaction term.
As you will see, esttab (from SSC) creates a perfectly reasonable table. I would, however, would like to have a shorter table, and for that I would like to have the coefficients from the interaction terms in a separate column. In case this is not clear, I have made an example by hand:

Is there any way for esttab to do this automatically?
Thanks so much for your consideration!
Go
I would like to run a model like this:
Code:
webuse nlswork, clear eststo clear eststo: mixed ln_wage i.race##c.age nev_mar##c.age collgrad##c.age msp##c.age || idcode: age, cov(uns) esttab using table.rtf, replace label
As you will see, esttab (from SSC) creates a perfectly reasonable table. I would, however, would like to have a shorter table, and for that I would like to have the coefficients from the interaction terms in a separate column. In case this is not clear, I have made an example by hand:
Is there any way for esttab to do this automatically?
Thanks so much for your consideration!
Go
Comment