-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
last estimates not found r(301) when adding absorb() #54
Comments
Try re-installing all the required packages from GitHub, worked for me.
|
I have the same problem, because when I execute net install ftools command, it shows host not found, so I use “ssc install” to install, the result of the two installation methods should be the same. But it still shows: |
My guess is that the ivreghdfe instruction makes an error when calling the external command ivreg2. The error may be that the parameters related to the model results are wrong when passing, or more seriously, almost no other external commands are called. Therefore, it is recommended to internalize the external instructions and make the ivreghdfe instruction more independent. This can be done without calling an external command. |
I want to use the ivreghdfe command and it works when I use this command without specification. When I cluster it it also works. However, as soon as I want to include absorb() the error them r(301) pops up. I use everything correct and cannot explain why the code is not working when I want to absorb
The text was updated successfully, but these errors were encountered: