"TxInfoBasic"
Stores basic treatment information for a single decision point.
A virtual Class: No object may be created from it.
superSet
:An object of class "ANY."
A vector of all treatment options.
txName
:An object of class "character."
The treatment variable name.
Class "SingleDecisionPoint-class"
, directly.
signature(object = "TxInfoBasic")
:
Retrieve super set of treatment options. Method is not exported.
signature(object = "TxInfoBasic")
:
Retrieve treatment variable name. Method is not exported.
signature(object = "TxInfoBasic", txVec = "ANY")
:
Ensure that all elements of txVec
are present in the superset of treatment
options. Method is not exported.
signature(moMain = "modelObj", moCont = "modelObj",
txInfo = "TxInfoBasic",...)
:
Perform outcome regression using either iterative or simple algorithm when
both main effecta and contrast components are given and subsets are not identified for
modeling. Method is not exported.
signature(moMain = "modelObj", moCont = "NULL",
txInfo = "TxInfoBasic", ...)
:
Perform outcome regression using simple algorithm when
only main effects component is given and subsets are not identified for
modeling. Method is not exported.
signature(moMain = "NULL", moCont = "modelObj",
txInfo = "TxInfoBasic", ...)
:
Perform outcome regression using simple algorithm when
only contrasts component is given and subsets are not identified for
modeling. Method is not exported.
# NOT RUN {
showClass("TxInfoBasic")
# }
Run the code above in your browser using DataLab