Computes the outcome mean \(\mathbb{E}[Y | T, Z] = \mu_0(Z) + T\,\tau(Z)\)
for a "CATE" object returned by fit_CATE.
Usage
# S3 method for class 'CATE'
predict(object, X, ...)Arguments
- object
A
"CATE"object fromfit_CATE.- X
Matrix \(X = [T, Z]\) of dimension m x (p+1), where the first column is the binary treatment T and the remaining are the covariates Z.
- ...
Unused, for S3 consistency.
