I'm using the eivreg command to control measurement error on some covariates in my model. My data are students achievement test scores and associated covariates. I need to include fixed effects for teachers (N ~ 400) and have accomplished that by generating a dummy for each teacher ("tabulate T6_ID"). Now I need to save the fixed effects (~400 dummies) as a variable in my dataset. This is very easy to do with the xtreg and areg commands (e.g., predict [new var name], d), but I have not been able to figure out how with the eivreg command. Anyone know?
Thanks!
Thanks!
Comment