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

Estimate average effects using instrumental forests #490

Merged
merged 4 commits into from Aug 25, 2019
Merged

Conversation

swager
Copy link
Member

@swager swager commented Aug 21, 2019

Uses an instrumental forest to implement a doubly robust estimator of tau = E[tau(X)], where tau(x) = Cov[Y, Z | X = x] / Cov[W, Z | X = x]. Extending nomenclature from Imbens and Angrist (1994), we call this the average (conditional) local average treatment effect.

The doubly robust estimator is built following the approach in the paper "locally robust semiparametric estimation" by Chernzohukov et al. (2016).

Addresses #358 and #364.

Copy link
Member

@halflearned halflearned left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, @swager! Just left a few minor comments.

r-package/grf/tests/testthat/test_average_effect.R Outdated Show resolved Hide resolved
r-package/grf/R/average_late.R Outdated Show resolved Hide resolved
r-package/grf/R/average_late.R Outdated Show resolved Hide resolved
r-package/grf/R/average_late.R Show resolved Hide resolved
@swager
Copy link
Member Author

swager commented Aug 25, 2019

Thanks @halflearned!

@swager swager merged commit c3ae6d9 into master Aug 25, 2019
@jtibshirani jtibshirani deleted the aclate-new branch August 25, 2019 03:17
@erikcs
Copy link
Member

erikcs commented Sep 7, 2019

For future consistency reference: this PR mixes 4 and 2 space indents, the rest of grf uses 2 spaces (sadly lintr could not check that).

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

Successfully merging this pull request may close these issues.

None yet

3 participants