View source: R/heterogeneous_effects.R
spline_cate | R Documentation |
crs
package.Estimates non-paramteric CATEs using spline regression as proposed by
Semenova and Chernozhukov (2020) using the crs
package.
spline_cate(delta, z, ...)
delta |
Vector of doubly robust ATE score. E.g obtained as one column of |
z |
Heterogeneity variable(s) vector, matrix or data.frame |
... |
Pass |
spline_cate
object:
model |
|
fit |
Fitted values of the spline regression |
se_fit |
Robust standard errors of fitted values |
ate |
Average teratment effect |
z |
Original heterogeneity variable(s) data.frame |
Semenova, V., & Chernozhukov, V. (2020). Debiased machine learning of conditional average treatment effects and other causal functions. The Econometrics Journal, utaa027, doi: https://doi.org/10.1093/ectj/utaa027
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.