"TxInfoList"
A list of "TxInfoBasic"
objects for multiple-decision-point
analyses.
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.
Classes "List-class"
and "MultipleDecisionPoint-class"
, directly.
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.
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.
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.
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.
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.
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.
# NOT RUN {
showClass("TxInfoList")
# }
Run the code above in your browser using DataLab