Learn R Programming

DynTxRegime (version 4.15)

OptimalSeqMissing-methods: Methods Available for Objects of Class OptimalSeqMissing

Description

Methods Available for Objects of Class OptimalSeqMissing

Call(name) returns the unevaluated call to method

Retrieve coefficients of fits

DTRstep(x) print statement indicating the coarsened data perspective

estimator(x) retrieves the estimated value. Calls method defined for OptimalSeq.

fitObject(object) retrieves value objects of model functions. Calls method defined for OptimalSeq.

genetic(object) retrieves genetic algorithm results. Calls method defined for OptimalSeq.

Predict Optimal Treatment and Decision Function Based on a Missing Data AIPW Analysis

optTx(x) retrieves the optimal tx. Calls method defined for OptimalSeq.

outcome(object) retrieves value object returned by outcome model functions. Calls method defined for OptimalSeq.

plot(x,suppress) generates plot for model functions. Calls method defined for OptimalSeq.

print(x) Extends method defined for OptimalSeq to include DTRStep()

propen(object) retrieves value object returned by propensity model functions. Calls method defined for OptimalSeq.

regimeCoef(object) retrieves estimated tx regime parameters. Calls method defined for OptimalSeq.

show(object) Extends method defined for OptimalSeq to include DTRStep()

summary(object) retrieves summary information. Calls method defined for OptimalSeq.

Usage

# S4 method for OptimalSeqMissing
Call(name, ...)

# S4 method for OptimalSeqMissing coef(object, ...)

# S4 method for OptimalSeqMissing DTRstep(object)

# S4 method for OptimalSeqMissing estimator(x, ...)

# S4 method for OptimalSeqMissing fitObject(object, ...)

# S4 method for OptimalSeqMissing genetic(object, ...)

# S4 method for OptimalSeqMissing,data.frame optTx(x, newdata, ...)

# S4 method for OptimalSeqMissing,missing optTx(x, newdata, ...)

# S4 method for OptimalSeqMissing outcome(object, ...)

# S4 method for OptimalSeqMissing,ANY plot(x, suppress = FALSE, ...)

# S4 method for OptimalSeqMissing print(x, ...)

# S4 method for OptimalSeqMissing propen(object, ...)

# S4 method for OptimalSeqMissing regimeCoef(object, ...)

# S4 method for OptimalSeqMissing show(object)

# S4 method for OptimalSeqMissing summary(object, ...)

Arguments