I run the following regression
If I want to test whether the coefficients are equal I use
Can someone please help me with how I test if the interacted coefficients are equal if I interact x1 and x2 with variable drought? drought=1 if the household suffered from drought and 0 otherwise.
Code:
reg y x1 x2
Code:
test x1=x2
Code:
reg y c.x1##i.drought c.x2##i.dought

Comment