| predict.CATE | R Documentation |
Computes the outcome mean \mathbb{E}[Y | T, Z] = \mu_0(Z) + T\,\tau(Z)
for a "CATE" object returned by fit_CATE.
## S3 method for class 'CATE'
predict(object, X, ...)
object |
A |
X |
Matrix |
... |
Unused, for S3 consistency. |
Numeric vector of length nrow(X) giving
\mu_0(Z) + T\,\tau(Z).
fit_CATE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.