Skip to content
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

Error with saving residuals #20

Open
yfeyman opened this issue May 29, 2019 · 1 comment
Open

Error with saving residuals #20

yfeyman opened this issue May 29, 2019 · 1 comment

Comments

@yfeyman
Copy link

yfeyman commented May 29, 2019

I'm running ivreghdfe with 3 fixed effects and trying to save the residuals.

The residuals are saved but I get an error that says "command reghdfe_store_alphas is unrecognized"

I've tried uninstalling everything (ftools, reghdfe, ivreghdfe) and reinstalling from github to no avail.

I can save residuals from reghdfe without a problem. This seems to be related to line 2285 in the ivreghdfe.ado file where it references that command.

@angelaywu
Copy link

Thank you @sergiocorreia for updating. However I encounter a new problem with the current version.

. sysuse auto, clear
(1978 Automobile Data)

. ivreghdfe price weight, absorb(trunk, resid(myresidname))
(dropped 5 singleton observations)
(MWFE estimator converged in 1 iterations)
last estimates not found
r(301);

The version I have is:

. which ivreghdfe

*! ivreghdfe 1.0.1  17jun2019
*! this just adds absorb() to this code:
*! ivreg2 4.1.10  9Feb2016
*! authors cfb & mes
*! see end of file for version comments

Thank you for your time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants