Good evening,
I would like to run the following regression:
or
The problem is that I am interested in the effect of treatment on females at time one, but of course, is omitted for collinearity... is there a way to change the display mode to omit something else instead of interaction?
I had also tried to put a male dummy instead of the female one, but I haven't solved my problem.
Many thanks in advance for your time and help!
I would like to run the following regression:
Code:
reg i.Time#i.TREAT#i.FEMALE [.covariates]
Code:
reg i.Time##i.TREAT##i.FEMALE [.covariates]
I had also tried to put a male dummy instead of the female one, but I haven't solved my problem.
Many thanks in advance for your time and help!

Comment