"RWL"
Implementation of Residual Weighted Learning
Objects can be created by calls of the form new("RWL", ...)
.
These objects are for convenience in package development
and should not be created by users.
regime
:An object of class "formula."
The formula description of covariates included in kernel.
crossValidation
:An object of class "CVInfoOrNULL."
The cross validation results.
optim
:An object of class "RWLOptim."
The optimization results.
txInfo
:An object of class "TxInfo."
The treatment information.
responseType
:An object of class "character."
The type of response.
Classes "DynTxRegime-class"
and
"PropensityAndOutcome-class"
directly.
signature(object = "RWL")
:
Retrieve description of method used to create object.
signature(object = "RWL")
:
Retrieve cross-validation results.
signature(x = "RWL", newdata = "data.frame")
:
Estimate optimal treatment for newdata
signature(x = "RWL", newdata = "missing")
:
Retrieve estimated optimal treatment for newdata
signature(object = "RWL")
:
Retrieve optimization results.
signature(x = "RWL")
:
Print key results of method.
signature(object = "RWL")
:
Retrieve regime parameter estimates.
signature(object = "RWL")
:
Retrieve the residuals of the outcome regression.
signature(object = "RWL")
:
Show key results of method.
signature(object = "RWL")
:
Retrieve key summary information of method.
# NOT RUN {
showClass("RWL")
# }
Run the code above in your browser using DataLab