Learn R Programming

DynTxRegime (version 3.01)

TxInfoWithSubsets-class: Class

Description

Used to identify treatment information objects as pertaining to subsets.

Arguments

Extends

Class "TxInfoBasic-class", directly. Class "SingleDecisionPoint-class" by class "TxInfoBasic-class", distance 2.

Methods

.newTypedSimpleFit
signature(moMain = "modelObj", moCont = "modelObj", txInfo = "TxInfoWithSubsets", ...): Perform outcome regression using both main effects and contrast components when no subset modeling is specified for outcome regression but subsets are specified for other purposes. Method is not exported.

.newTypedSimpleFit
signature(moMain = "modelObj", moCont = "NULL", txInfo = "TxInfoWithSubsets", ...): Perform outcome regression using only a main effects component when no subset modeling is specified for outcome regression but subsets are specified for other purposes. Method is not exported.

.newTypedSimpleFit
signature(moMain = "NULL", moCont = "modelObj", txInfo = "TxInfoWithSubsets", ...): Perform outcome regression using only a contrast component when no subset modeling is specified for outcome regression but subsets are specified for other purposes. Method is not exported.

.newIterateFit
signature(moMain = "modelObj", moCont = "modelObj", txInfo = "TxInfoNoSubsets", ...): Perform outcome regression using iterative algorithm when no subset modeling is specified for the outcome regression modeling but subsets are specified for other purposes. Method is not exported.

.newOutcomeRegression
signature(moMain = "ModelObj_SubsetList", moCont = "ModelObj_SubsetList", txInfo = "TxInfoNoSubsets", ...): Perform outcome regression using either iterative or simple algorithm when both main effects and contrast components are given and subsets are identified for outcome regression modeling. Method is not exported.

.newOutcomeRegression
signature(moMain = "ModelObj_SubsetList", moCont = "NULL", txInfo = "TxInfoNoSubsets"): Perform outcome regression using simple algorithm when only a main effects component is given and subsets are identified for outcome regression modeling. Method is not exported.

.newOutcomeRegression
signature(moMain = "NULL", moCont = "ModelObj_SubsetList", txInfo = "TxInfoNoSubsets", ...): Perform outcome regression using simple algorithm when only a contrasts component is given and subsets are identified for outcome regression modeling. Method is not exported.

Examples

Run this code
showClass("TxInfoWithSubsets")

Run the code above in your browser using DataLab