Hi,
I am running a regression with two different interaction terms
Code:
reg y i.x#c.z i.x#c.w
and I would like to run a test on the two interaction terms using
Code:
ttest i.x#c.z i.x#c.w
but receive the message that time series and operators are not allowed. Is there a way to correctly estimate this? Thanks.