A reviewer has suggested that I control for village-level fixed effects in my probit regression. I have a large cross-section and the number of villages is more than 17000. The total number of observations is around 500,000. I have tried to use the following command in Stata 14 but I get a -r(103)- error (too many variables). I have tried using -set matsize- and -set maxvar- as well but it didn't help.
Is there a solution I could use?
Code:
probit y i.village_code $xvar
Comment