View source: R/heterogeneous_effects.R
| kr_cate | R Documentation | 
Estimates non-paramteric CATEs using kernel regression as proposed by Fan et al. (2019) and Zimmert & Lechner (2019).
kr_cate(delta, z, bw_factor = 0.9)
| delta | Vector of doubly robust ATE score. E.g obtained as one column of  | 
| z | Heterogeneity variable(s) vector, matrix or data.frame. | 
| bw_factor | Factor by which cross-validated is multiplied. Default is undersmoothing with factor 0.9 as recommended by Zimmert & Lechner (2019). | 
kr_cate object:
| model | npqregression object (see | 
| fit | Fitted values of the kernel regression | 
| bw | Cross-validated bandwidth (not scaled) | 
| ate | Average treatment effect | 
Fan, Q., Hsu, Y.-C., Lieli, R. P., & Zhang, Y. (2019). Estimation of conditional average treatment effects with high-dimensional data. arXiv preprint arXiv:1908.02399. http://arxiv.org/abs/1908.02399
Zimmert, M., & Lechner, M. (2019). Nonparametric estimation of causal heterogeneity under high-dimensional confounding. arXiv preprint arXiv:1908.02399. http://arxiv.org/abs/1908.08779
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.