We are wanting to fit a regression model that has both errors in variables and fixed effects.
If there were a command called xteivreg, we would use it, but there is no such command, right?
We see two options:
(1) Pre-process the data for fixed effects using xtreg, fe, then run eivreg
(2) Or run eivreg with a dummy variable for each fixed effect.
Is there another way?
Also...we would like to cluster our standard errors, but there is no cluster option in eivreg. Is there an alternative?
Many thanks,
Paul
If there were a command called xteivreg, we would use it, but there is no such command, right?
We see two options:
(1) Pre-process the data for fixed effects using xtreg, fe, then run eivreg
(2) Or run eivreg with a dummy variable for each fixed effect.
Is there another way?
Also...we would like to cluster our standard errors, but there is no cluster option in eivreg. Is there an alternative?
Many thanks,
Paul
Comment