estimate_ite_tpoisson {CRE} | 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.