Learn R Programming

DynTxRegime (version 3.2)

TxInfoNoSubsets-class: Class "TxInfoNoSubsets"

Description

Identifies treatment information objects as not pertaining to subsets.

Arguments

Extends

Class "TxInfoBasic-class", directly. Class "SingleDecisionPoint-class" by class "TxInfoBasic-class", distance 2.

Methods

.newTypedSimpleFit

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.

.newTypedSimpleFit

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.

.newTypedSimpleFit

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.

.newIterateFit

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.

.newPropensityRegression

signature(moPropen = "modelObj", txInfo = "TxInfoNoSubsets", ...): Perform propensity score regression when no subset modeling is specified. Method is not exported.

Examples

Run this code
# NOT RUN {
showClass("TxInfoNoSubsets")
# }

Run the code above in your browser using DataLab