"TxInfoWithSubsets"
Used to identify treatment information objects as pertaining to subsets.
Class "TxInfoBasic-class"
, directly.
Class "SingleDecisionPoint-class"
by class "TxInfoBasic-class"
, distance 2.
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.
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.
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.
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.
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.
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.
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.
# NOT RUN {
showClass("TxInfoWithSubsets")
# }
Run the code above in your browser using DataLab