predict.cre {CRE} | R Documentation |
Predict individual treatment effect via causal rule ensemble
Description
Predicts individual treatment effect via causal rule ensemble algorithm.
Usage
## S3 method for class 'cre'
predict(object, X, ...)
Arguments
object |
A |
X |
A covariate matrix (or data.frame) |
... |
Additional arguments passed to customize the prediction. |
Value
An array with the estimated Individual Treatment Effects
[Package CRE version 0.2.6 Index]