View source: R/estimate_ite_cf.R
estimate_ite_cf | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.