Learn R Programming

DynTxRegime (version 3.01)

BOWLWithSubsetRegimes-class: Class

Description

A BOWL step when subset modeling is used for decision rules.

Arguments

Objects from the Class

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

Extends

Classes "SubsetList-class" and "BOWLObj-class" directly.

Methods

cvInfo
signature(object = "BOWLWithSubsetRegimes"): Retrieve cross-validation results.

optimObj
signature(object = "BOWLWithSubsetRegimes"): Retrieve optimization results.

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

regimeCoef
signature(object = "BOWLWithSubsetRegimes"): Retrieve regime parameter estimates.

Examples

Run this code
showClass("BOWLWithSubsetRegimes")

Run the code above in your browser using DataLab