View source: R/estimate_ite_tpoisson.R
estimate_ite_tpoisson | R Documentation |
Estimates the Individual Treatment Effect using Poisson regression given a response vector, a treatment vector, and a features matrix.
estimate_ite_tpoisson(y, z, X, offset)
y |
An observed response vector. |
z |
A treatment vector. |
X |
A features matrix. |
offset |
A name of the covariate to use as offset (i.e. “x1”) to
model the corresponding outcome rate. |
A vector of ITE estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.