Learn R Programming

DynTxRegime (version 3.2)

BOWLBasic_fSet-class: Class "BOWLBasic_fSet"

Description

Results for a single step of the BOWL algorithm for a subset of data with binary treatment options and subsets for propensity modeling specified.

Arguments

Objects from the Class

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

Slots

txIno:

Object of class "TxSubset." Treatment information.

Methods

.predictOptimalTx

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

Examples

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

Run the code above in your browser using DataLab