Skip to content

DR score construction for lm_forest in a RDD setting #1519

@JFLmkt

Description

@JFLmkt

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 $Y = h(x)D + g(x)Z + f(x)$ ($D$: treatment indicator; $Z$: running score cut off at 0; $X$: covariates), the CATE of interests is $E[Y(1) - Y(0)|Z=0, X]$.

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 $\hat{h}(x)$ as the plug-in prediction of $E[Y(1) - Y(0)|Z=0, X]$. If this is true, $\hat{h}(x)$ should be similar to $\hat{\tau}(x)$ in causal forest and thus can apply some similar DR score construction strategy to it, although the difficulty is we don't observe the true values for the conditional mean.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions