Learn R Programming

DynTxRegime (version 3.2)

OptimalSeqAIPWE_SDP-class: Class "OptimalSeqAIPWE_SDP"

Description

Implementation of single-decision-point missing data perspective with AIPWE.

Arguments

Objects from the Class

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

Slots

genetic:

An object of class "list." Results returned by genetic algorithm.

regime:

An object of class "Regime." The regime class definition.

Extends

Classes "OptimalSeq-class" and "PropensityAndOutcome-class", directly.

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

Methods

DTRstep

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

genetic

signature(object = "OptimalSeqAIPWE_SDP"): Retrieve the value object returned by rgenoud.

optTx

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

print

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

regimeCoef

signature(x = "OptimalSeqAIPWE_SDP"): Retrieve regime parameter estimates.

show

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

summary

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