View source: R/estimate_ite_xlearner.R
estimate_ite_xlearner | R Documentation |
Estimates the Individual Treatment Effect using X-Learner given a response vector, a treatment vector, a features matrix and an estimation model for the outcome.
estimate_ite_xlearner(y, z, X, learner_y = "SL.xgboost")
y |
An observed response vector. |
z |
A treatment vector. |
X |
A features matrix. |
learner_y |
A estimation model for the outcome. |
A list of ITE estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.