"OWL"
Implementation of Outcome Weighted Learning.
Objects can be created by calls of the form new("OWL", ...)
.
These objects are for convenience in package development
and should not be created by users.
shift
:An object of class "numeric."
The amount reward shifted to make all positive.
modelFormula
:An object of class "formula."
The formula description of kernel covariates.
crossValidation
:An object of class "CVInfo."
The results of cross validation
optim
:An object of class "OWLOptim."
The OWLOptim object
txInfo
:An object of class "TxInfo."
The treatment information
decisionFunc
:An object of class "numeric."
Estimated value of the decision function for training data.
Classes "PropensityOnly-class"
and "DynTxRegime-class"
directly.
signature(object = "OWL")
:
Retrieve cross-validation matrix.
signature(object = "OWL")
:
Retrieve description of method used to create object.
signature(object = "OWL")
:
Retrieve optimization results.
signature(x = "OWL", newdata = "data.frame")
:
Estimate optimal treatment for newdata.
signature(x = "OWL")
:
Print key results of method.
signature(object = "OWL")
:
Retrieve regime parameter estimates.
signature(object = "OWL")
:
Show key results of method.
signature(object = "OWL")
:
Retrieve key summary information of method.
# NOT RUN {
showClass("OWL")
# }
Run the code above in your browser using DataLab