Hey All,
Only 10 days ago the following command worked perfectly:
When running it today, it shows me the following error:
I already dropped the relevant installation files and installed them manually:
... but without any success!
What happened and how can I get the code running again? I have the same problem in Stata 17.0 and 18.5.
Thanks!!!
Only 10 days ago the following command worked perfectly:
Code:
ivreg2h y x1 x2 x3 (I = Z), fe cluster(hhid) first
option fe not allowed
r(198);
r(198);
Code:
cap ado uninstall ftools
cap ado uninstall reghdfe
cap ado uninstall ivreg2
cap ado uninstall ivreghdfe
net install ftools, from("https://raw.githubusercontent.com/sergiocorreia/ftools/master/src/") replace
net install reghdfe, from("https://raw.githubusercontent.com/sergiocorreia/reghdfe/master/src/") replace
ssc install ivreg2, replace
net install ivreghdfe, from("https://raw.githubusercontent.com/sergiocorreia/ivreghdfe/master/src/") replace
What happened and how can I get the code running again? I have the same problem in Stata 17.0 and 18.5.
Thanks!!!

Comment