Learn R Programming

DynTxRegime (version 3.2)

OptimalClassIPWE-class: Class "OptimalClassIPWE"

Description

Results from classification method with IPWE.

Arguments

Objects from the Class

Objects can be created by calls of the form new("OptimalClassIPWE", ...). These objects are for convenience in package development and should not be created by users.

Slots

classif:

An object of class "modelObjFit." The classification analysis.

Extends

Classes "OptimalClass-class" and "PropensityOnly-class" directly.

Class "DynTxRegime-class," by class "OptimalClass-class," distance 2.

Methods

classif

signature(object = "OptimalClassIPWE"): Retrieve classification value object.

DTRstep

signature(object = "OptimalClassIPWE"): Retrieve description of method used to create object.

fitObject

signature(object = "OptimalClassIPWE"): Retrieve the value object returned by outcome and propensity score regression methods.

optTx

signature(x = "OptimalClassIPWE", newdata = "data.frame"): Estimate optimal treatment for newdata.

optTx

signature(x = "OptimalClassIPWE", newdata = "missing"): Retrieve estimated optimal treatment for training data.

plot

signature(x = "OptimalClassIPWE"): Generate plots of the outcome and/or propensity score regression objects.

print

signature(x = "OptimalClassIPWE"): Print key results of method.

show

signature(object = "OptimalClassIPWE"): Show key results of method.

summary

signature(object = "OptimalClassIPWE"): Retrieve key summary information of method.

Examples

Run this code
# NOT RUN {
showClass("OptimalClassIPWE")
# }

Run the code above in your browser using DataLab