View source: R/estimate_ite_bart.R
estimate_ite_bart | R Documentation |
Estimates the Individual Treatment Effect using Bayesian Additive Regression Trees given a response vector, a treatment vector, and a features matrix.
estimate_ite_bart(y, z, X, learner_ps)
y |
An observed response vector. |
z |
A treatment vector. |
X |
A features matrix. |
learner_ps |
Method for the estimation of the propensity score. |
A list of ITE estimates.
The number of samples and the number of burn are set by default equal to 500.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.