predict.cre: Predict individual treatment effect via causal rule ensemble
Description
Predicts individual treatment effect via causal rule ensemble algorithm.
Usage
# S3 method for cre
predict(object, X, ...)
Value
An array with the estimated Individual Treatment Effects
Arguments
- object
A cre object from running the CRE function.
- X
A covariate matrix (or data.frame)
- ...
Additional arguments passed to customize the prediction.