Dear all,
I do regressions of the form
- reg y x i.control-
to control for the 5 categories of "control"
as well as in another context
- reg y i.x#i.control-
to control for the interactions of the 5 different categories of "control" and the 4 different categories of x.
Afterwards I use -outreg2-
Now the coefficients on the different categories of "control", which Stata labels in some pattern whose logic I do not fully follow, are not of interest to me.
However, when I add to -outreg2- the option "drop(i.control)" or "drop(i.*)" that has no effect.
What do I need to specify instead to drop these coefficients?
Thank you so much and all best,
JZ
I do regressions of the form
- reg y x i.control-
to control for the 5 categories of "control"
as well as in another context
- reg y i.x#i.control-
to control for the interactions of the 5 different categories of "control" and the 4 different categories of x.
Afterwards I use -outreg2-
Now the coefficients on the different categories of "control", which Stata labels in some pattern whose logic I do not fully follow, are not of interest to me.
However, when I add to -outreg2- the option "drop(i.control)" or "drop(i.*)" that has no effect.
What do I need to specify instead to drop these coefficients?
Thank you so much and all best,
JZ
Comment