-
Notifications
You must be signed in to change notification settings - Fork 7
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
ATE+Clustering #83
Comments
|
Thanks for answering!
|
I don't have a recommendation. The best thing would be to port the implementation from R into python, which lives here: https://github.com/grf-labs/grf/blob/ad1b781f2a9dec120eb6e5c03e6e111556f81ada/r-package/grf/R/average_treatment_effect.R |
If you are in a setting with binary W you can have a look at the first expression for Gamma https://grf-labs.github.io/grf/articles/muhats.html to understand what the code above is doing. If you have clusters specified you'd want to adjust your sample std. of Gamma for that. |
Hey! two questions:
average_treatment_effect()
in R?GRFForestCausalRegressor
allows clustering?Thanks!
The text was updated successfully, but these errors were encountered: