Learn R Programming

DynTxRegime (version 4.15)

.newOutcomeObj: Create a new OutcomeObj object

Description

Calls newOutcomeFit and stores in @outcome.

Usage

.newOutcomeObj(moMain, moCont, txObj, iter, ...)

# S4 method for ANY,ANY,ANY .newOutcomeObj(moMain, moCont, txObj, data, response, iter, suppress)

# S4 method for ModelObj_DecisionPointList,ModelObj_DecisionPointList,TxInfoList .newOutcomeObj(moMain, moCont, txObj, data, response, iter, suppress, ...)

# S4 method for ModelObj_DecisionPointList,ANY,TxInfoList .newOutcomeObj(moMain, moCont, txObj, data, response, iter, suppress, ...)

# S4 method for `NULL`,ModelObj_DecisionPointList,TxInfoList .newOutcomeObj(moMain, moCont, txObj, data, response, iter, suppress, ...)

Arguments

moMain

A modeling object for main effects

moCont

A modeling object for contrasts

txObj

A TxObj object

iter

NULL or integer

...

Any optional additional input.