Learn R Programming

DynTxRegime (version 3.2)

TxInfoList-class: Class "TxInfoList"

Description

A list of "TxInfoBasic" objects for multiple-decision-point analyses.

Arguments

Objects from the Class

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

Extends

Classes "List-class" and "MultipleDecisionPoint-class", directly.

Methods

.newOutcomeRegression

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

.newOutcomeRegression

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

.newOutcomeRegression

signature(moMain = "NULL", moCont = "ModelObj_DecisionPointList", txInfo = "TxInfoList", ...): Perform outcome regression using simple algorithm when only contrast components are given and subsets are not identified for modeling. Method is not exported.

.newOutcomeRegression

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

.newOutcomeRegression

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

.newOutcomeRegression

signature(moMain = "NULL", moCont = "ModelObj_SubsetList_DecisionPointList", txInfo = "TxInfoList", ...): Perform outcome regression using simple algorithm when only contrast components are given and subsets are identified for modeling. Method is not exported.

Examples

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

Run the code above in your browser using DataLab