"DynTxRegime"
A VIRTUAL class from which all methods implemented in DynTxRegime inherit.
A virtual Class: No objects may be created from it.
call
:An object of class "CallOrNull."
The matched call.
estimatedValue
:An object of class "LogicalOrNumeric."
The estimated value of the estimated optimal treatments
for the training data.
optimalTx
:An object of class "MatrixOrVector."
The estimated optimal treatments for the training data.
signature(object = "DynTxRegime")
:
Retrieve value object from classification step. NA for
all objects returned by DynTxRegime statistical methods
except for those returned by optimalClass().
signature(object = "DynTxRegime")
:
Retrieve parameter estimates for all regression steps.
signature(object = "DynTxRegime")
:
Retrieve cross-validation results. NA for
all objects returned by DynTxRegime statistical methods
except for those returned by earl(), owl(), rwl(), and bowl().
signature(object = "DynTxRegime")
:
Retrieve description of method used to create object.
signature(x = "DynTxRegime")
:
Retrieve the estimated value of the estimated
optimal regime for the training data set.
signature(object = "DynTxRegime")
:
Retrieve value object returned by regression methods.
signature(object = "DynTxRegime")
:
Retrieve estimated contrast component of outcome regression. NA for
all objects returned by DynTxRegime statistical methods
except for those returned by iqLearnSS().
signature(object = "DynTxRegime")
:
Retrieve estimated main effects component of outcome regression. NA for
all objects returned by DynTxRegime statistical methods
except for those returned by iqLearnSS().
signature(object = "DynTxRegime")
:
Retrieve value object returned by genoud(). NA for
all objects returned by DynTxRegime statistical methods
except for those returned by optimalSeq().
signature(object = "DynTxRegime")
:
Retrieve value object returned by optimization routine. NA for
all objects returned by DynTxRegime statistical methods
except for those returned by earl(), owl(), rwl(), and bowl().
signature(x = "DynTxRegime", newdata = "missing")
:
Retrieve the estimated optimal treatment regime for
training data set.
signature(x = "DynTxRegime", newdata = "data.frame")
:
Estimate the optimal treatment regime for newdata.
signature(x = "DynTxRegime")
:
Retrieve value object returned by outcome regression methods.
signature(x = "DynTxRegime")
:
Generate plots for regression analyses.
signature(object = "DynTxRegime")
:
Print main results of analysis.
signature(x = "DynTxRegime")
:
Retrieve value object returned by propensity score regression methods.
NA for objects returned by qLearn(), iqLearnSS, iqLearnFSM(),
iqLearnFSC(), and iqLearnFSV().
signature(x = "DynTxRegime")
:
Generate a qq-plot.
NA for
all objects returned by DynTxRegime statistical methods
except for those returned by iqLearnFSV().
signature(object = "DynTxRegime")
:
Retrieve the estimated decision function parameter estimates.
NA for
all objects returned by DynTxRegime statistical methods
except for those returned by optimalSeq(), earl(), owl(), rwl(), and bowl().
signature(object = "DynTxRegime")
:
Retrieve residuals used by statistical methods. NA for
all objects returned by DynTxRegime statistical methods
except for those returned by iqLearnFSC(), iqLearnFSV(), and rwl().
signature(x = "DynTxRegime")
:
Retrieve the standard deviation of residuals. NA for
all objects returned by DynTxRegime statistical methods
except for those returned by iqLearnFSC().
signature(object = "DynTxRegime")
:
Show main results of analysis.
signature(object = "DynTxRegime")
:
Retrieve summary information from regression analyses.
# NOT RUN {
showClass("DynTxRegime")
# }
Run the code above in your browser using DataLab