"TxInfoNoSubsets"
Identifies treatment information objects as not pertaining to subsets.
Class "TxInfoBasic-class"
, directly.
Class "SingleDecisionPoint-class"
by class "TxInfoBasic-class"
, distance 2.
signature(moMain = "modelObj", moCont = "modelObj",
txInfo = "TxInfoNoSubsets", ...)
:
Perform outcome regression when no subset modeling is specified and both
main effects and contrast components are given for model. Method is not exported.
signature(moMain = "modelObj", moCont = "NULL",
txInfo = "TxInfoNoSubsets", ...)
:
Perform outcome regression when no subset modeling is specified and
only main effects component is given for model. Method is not exported.
signature(moMain = "NULL", moCont = "modelObj",
txInfo = "TxInfoNoSubsets", ...)
:
Perform outcome regression when no subset modeling is specified and only
contrasts component is given for model. Method is not exported.
signature(moMain = "modelObj", moCont = "modelObj",
txInfo = "TxInfoNoSubsets", ...)
:
Perform outcome regression using iterative algorithm when no subset modeling is specified and both
main effects and contrast components are given for model. Method is not exported.
signature(moPropen = "modelObj", txInfo = "TxInfoNoSubsets", ...)
:
Perform propensity score regression when no subset modeling is specified. Method is not exported.
# NOT RUN {
showClass("TxInfoNoSubsets")
# }
Run the code above in your browser using DataLab