My Stata was recently updated from version 18 to version 19. In version 18, I was able to run the ivreghdfe command without issues. Now after I updated to stata 19, I get the error message "last estimates not found" every time I run a ivreghdfe even though I'm using exactly the same code as I used in Stata 18. As an example, I'm trying to run the following regression:
ivreghdfe `dep' (rni3=`var'_b`n') `var'_a`n' fem common_10first nprofs if year_viaf>=1700 & (compare_eq_100km_b60==1 | compare_eq_100km_a60==1) `and', absorb(latlon5 year_viaf i.latlon2#c.year_viaf) cl(latlon2)
I've tried reinstalling all my packages, but it didn't help. Is there something in the Stata 19 update that is bugging the ivreghdfe command?
Sincerely
Marius
ivreghdfe `dep' (rni3=`var'_b`n') `var'_a`n' fem common_10first nprofs if year_viaf>=1700 & (compare_eq_100km_b60==1 | compare_eq_100km_a60==1) `and', absorb(latlon5 year_viaf i.latlon2#c.year_viaf) cl(latlon2)
I've tried reinstalling all my packages, but it didn't help. Is there something in the Stata 19 update that is bugging the ivreghdfe command?
Sincerely
Marius

Comment