Dear statalisters,
I have the following regression model with two dummy variables and their interactions.
Dummy 1: female
Dummy 2: overweight
I will label regression coefficients for the above three regressors as alpha, beta, and gamma. What command should I use to check if the (alpha + gamma) is significantly different from zero?
Thanks in advance,
Rochelle
I have the following regression model with two dummy variables and their interactions.
Dummy 1: female
Dummy 2: overweight
Code:
Y = female_dum + overweight_dum+ female_dum* overweight_dum
Thanks in advance,
Rochelle
Comment