"EARL"
Efficient Augmentation and Relaxation Learning with Augmented Inverse Propensity Weighted Estimator (AIPWE) or Inverse Propensity Weighted Estimator (IPWE)
Objects can be created by calls of the form new("EARL", ...)
.
These objects are for convenience in package development
and should not be created by users.
optim
:Object of class "EARLOptim."
The optimization result.
crossValidation
:Object of class "CVInfoOrNULL."
The cross validation result.
regime
:Object of class "formula."
A formula object describing the decision rule.
txInfo
:Object of class "TxInfoNoSubsets."
The treatment information.
decisionFunc
:Object of class "numeric."
The estimated decision function.
Class "DynTxRegime-class"
, directly.
signature(object = "EARL")
:
Retrieve cross validation results.
signature(object = "EARL")
:
Retrieve optimization results.
signature(x = "EARL", newdata = "data.frame")
:
Estimate optimal treatment for newdata.
signature(x = "EARL", newdata = "missing")
:
Retrieve estimated optimal treatment for training data.
signature(x = "EARL")
:
Print key results of method.
signature(object = "EARL")
:
Retrieve regime/decision function parameter estimates.
signature(object = "EARL")
:
Show key results of method.
signature(object = "EARL")
:
Retrieve key summary information of method.
# NOT RUN {
showClass("EARL")
# }
Run the code above in your browser using DataLab