Description
A list of "TxInfoBasic"
objects for multiple-decision-point
analyses.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.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.