estimate_ite_cf {CRE} | R Documentation |
Estimates the Individual Treatment Effect using Causal Forest given a response vector, a treatment vector, and a features matrix.
estimate_ite_cf(y, z, X, learner_ps)
y |
An observed response vector. |
z |
A treatment vector. |
X |
A features matrix. |
learner_ps |
A method for the estimation of the propensity score. |
A list of ITE estimates.