Learn R Programming

DynTxRegime (version 3.2)

BOWLWithOneRegime-class: Class "BOWLWithOneRegime"

Description

A BOWL step without subset modeling of treatment regime.

Arguments

Objects from the Class

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

Slots

obj:

An object of class "BOWLBasic."

Extends

Class "BOWLObj-class" directly.

Methods

cvInfo

signature(object = "BOWLWithOneRegime"): Retrieve cross-validation matrix.

optimObj

signature(object = "BOWLWithOneRegime"): Retrieve optimization results.

.predictOptimalTx

signature(x = "BOWLWithOneRegime", newdata = "missing"): Retrieve estimated optimal treatment for training data. Method is not exported.

.predictOptimalTx

signature(x = "BOWLWithOneRegime", newdata = "data.frame"): Estimate optimal treatment for newdata. Method is not exported.

print

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

regimeCoef

signature(object = "BOWLWithOneRegime"): Retrieve parameter estimates for decision function.

show

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

summary

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

Examples

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

Run the code above in your browser using DataLab