i want to see if different dummy variables are capturing significanly different effects from one another so i am running LR tests in which two (of the 4) dummies independent variables are merged in the restricted model.
the unrestricted model is something like: y= d1+d2+d3+d4+ othercontrols
i then command: gen d12= (d1+d2)
and then have the restricted model of: y= d12+d3+d4+ othercontrols
My question is, does this count as nesting even though i have not technically removed any variable from the regression (only merged them)? if so and my LR test is fine, how would i then interpret reusults?
Thank you!