Learn R Programming

DynTxRegime (version 3.2)

SubsetListFit-class: Class "SubsetListFit"

Description

Outcome Regression step for a single decision point when subset modeling is used.

Arguments

Objects from the Class

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

Methods

.predictAllOutcome

signature(object = "SubsetListFit", data = "data.frame", ...): Predict outcome for all subsets at all feasible treatment options.

Extends

Classes "SubsetList-class", "OutcomeRegression-class", "SubsetsModeled-class", directly. Classes "SingleDecisionPoint-class" and "List-class" by class "SubsetList-class", distance 2.

Examples

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

Run the code above in your browser using DataLab