Wild bootstrap for inference on clustered data #190
Replies: 3 comments
-
|
Hi @Sanford-Lab , thanks for your excellent question! I am not 100% sure about the interaction of the multiplier bootstrap with clustered data. As of now, we haven't implemented a bootstrap method that takes the clustering of the data into account... see Line 449 in ba452ab In case you make some progress in that regard, please post any resource below here. And of course, you are cordially invited to add your changes to the DoubleML repo, please have a look at our contributing guide Thanks again and all the best! |
Beta Was this translation helpful? Give feedback.
-
|
@PhilippBach Hi! Is there any plan to support clustered bootstrapping in near future? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @inkrement , we'll work on this soon. Probably it will first be integrated in the python version https://github.com/DoubleML/doubleml-for-py |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Looking to conduct inference where we have a small number of large clusters and want to get valid confidence intervals. I know of implementations of (multiplier) bootstrap methods for simultaneous inference and the cluster-robust inference that has been implemented, wondering if those two pieces play well together to get bootstrap CIs for clustered data.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions