Returns the estimated CATE.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | EstimateCate(theObject, feature_new, ...)
## S4 method for signature 'M_RF'
EstimateCate(theObject, feature_new)
## S4 method for signature 'S_RF'
EstimateCate(theObject, feature_new)
## S4 method for signature 'S_BART'
EstimateCate(theObject, feature_new, verbose = FALSE)
## S4 method for signature 'X_RF'
EstimateCate(theObject, feature_new)
## S4 method for signature 'X_BART'
EstimateCate(theObject, feature_new, verbose = FALSE,
return_CI = FALSE)
## S4 method for signature 'T_RF'
EstimateCate(theObject, feature_new)
## S4 method for signature 'T_BART'
EstimateCate(theObject, feature_new, verbose = FALSE,
return_CI = FALSE)
## S4 method for signature 'M_BART'
EstimateCate(theObject, feature_new, verbose = FALSE,
return_CI = FALSE)
|
theObject |
A 'MetaLearner' object. |
feature_new |
A feature data frame. |
... |
Additional parameters that are specific for some MetaLearners |
verbose |
TRUE for detailed output FALSE for no output |
return_CI |
If TRUE, return predictions and their confidence intervals; |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.