I'm trying to run a panel regression with over 11,000 dummy interaction terms. My regression looks like this:
xi: reg Y i.county*i.year
where i.county*i.year
represents interaction of dummy variables. Neither Stata, nor Matlab, nor R will hold this many variables. I'm not sure if there's a command to increase the number of variables stored (e.g. a -set matsize- command in stata) that I am missing.
I do know that the max capacity for Stata matrices is 11,000 variables. How can I run this fixed-effects regression in Stata? Is Mata an option here?