-
Notifications
You must be signed in to change notification settings - Fork 265
Description
Hello all, I wonder if there's any way to constructing DR score for lm_forest when applying it to RDD heterogeneity analysis.
Considering such a target RDD specification
I notice that in the output of predict(lm_forest), we have predicted values of each treatment function together with the variance estimates.It looks like we can interpret
There have been some literature such as Reguly (2025) and Semenova and Chernozhukov (2021). But since I'm not a specialist of relevant theories, I would be grateful for comments from the authors and the community.
Many thanks