Dear all,
I am experiencing a strange problem with the command "ivreghdfe". I have a do-file that includes a regression using the estimator "ivregdhfe". The code ran well in the past. However, today, when rerunning this code, I received an error message saying, "option requirements not allowed."
My university recently updated our operating systems to Windows 10, which I thought could have triggered this error. So, I checked if "ivregdhfe" and the underlying packages "ivreg2" and "rehdfe" were already installed. They were.
I then ran the example code from ivreghdfe's help file:
clear
sysuse auto
ivreghdfe price weight (length=gear), absorb(rep78, tol(1e-6))
This gave the same strange error message as before: "option requirements not allowed."
I am running out of ideas about what to do.
I would be thankful for any hints!
Best,
Mario
I am experiencing a strange problem with the command "ivreghdfe". I have a do-file that includes a regression using the estimator "ivregdhfe". The code ran well in the past. However, today, when rerunning this code, I received an error message saying, "option requirements not allowed."
My university recently updated our operating systems to Windows 10, which I thought could have triggered this error. So, I checked if "ivregdhfe" and the underlying packages "ivreg2" and "rehdfe" were already installed. They were.
I then ran the example code from ivreghdfe's help file:
clear
sysuse auto
ivreghdfe price weight (length=gear), absorb(rep78, tol(1e-6))
This gave the same strange error message as before: "option requirements not allowed."
I am running out of ideas about what to do.
I would be thankful for any hints!
Best,
Mario
Comment