Learn R Programming

DynTxRegime (version 3.01)

TypedSimpleFitWithSubsets-class: Class

Description

An outcome regression step with a single model and no subset modeling is used for outcome regression but is identified for other purposes.

Arguments

Objects from the Class

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

Slots

txInfo:
An object of class "TxInfoWithSubsets." The treatment information.

Methods

.predictAllOutcome
signature(object = "TypedSimpleFitWithSubsets", data = "data.frame", ...): Predict outcome for all subsets at all feasible treatment options.
predict
signature(object = "TypedSimpleFitWithSubsets", newdata = "data.frame", ...): Predict outcome for data provided.

predict
signature(object = "TypedSimpleFitWithSubsets", newdata = "missing", ...): Predict outcome for oriiginal training data.

Examples

Run this code
showClass("TypedSimpleFitWithSubsets")

Run the code above in your browser using DataLab