I'm estimating a model that has two sets of dummy variables (for location and type of observation). When I use the noconstant option with one complete set of dummy variables, nothing is dropped. However, when I include two sets of dummy variables, Stata drops one variable:
Does anyone have a mathematical understanding of why the noconstant option doesn't allow for two complete sets of dummy variables? Or could this just be a collinearity problem?
Code:
reg cost size ibn.location ibn.type, noconstant
Comment