Learn R Programming

DynTxRegime (version 4.15)

.newOutcomeFit: Perform an Outcome Regression Step

Description

Dispatch appropriate methods to perform outcome regression step.

Usage

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

# S4 method for `NULL`,`NULL`,TxObj,`NULL` .newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)

# S4 method for modelObj,modelObj,TxInfoNoSubsets,`NULL` .newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)

# S4 method for modelObj,`NULL`,TxInfoNoSubsets,`NULL` .newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)

# S4 method for `NULL`,modelObj,TxInfoNoSubsets,`NULL` .newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)

# S4 method for modelObj,modelObj,TxInfoWithSubsets,`NULL` .newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)

# S4 method for modelObj,`NULL`,TxInfoWithSubsets,`NULL` .newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)

# S4 method for `NULL`,modelObj,TxInfoWithSubsets,`NULL` .newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)

# S4 method for modelObj,modelObj,TxInfoWithSubsets,integer .newOutcomeFit(moMain, moCont, response, txObj, data, iter, suppress)

# S4 method for modelObj,modelObj,TxInfoNoSubsets,integer .newOutcomeFit(moMain, moCont, response, txObj, data, iter, suppress)

# S4 method for ModelObj_SubsetList,ModelObj_SubsetList,TxInfoWithSubsets,integer .newOutcomeFit(moMain, moCont, response, txObj, data, iter, suppress)

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

# S4 method for ModelObj_SubsetList,`NULL`,TxInfoWithSubsets,ANY .newOutcomeFit(moMain, moCont, txObj, data, response, iter, suppress)

# S4 method for `NULL`,ModelObj_SubsetList,TxInfoWithSubsets,ANY .newOutcomeFit(moMain, moCont, txObj, data, response, iter, suppress)

Arguments

moMain

A modeling object for main effects or NULL

moCont

A modeling object for contrasts or NULL

txObj

A TxObj object

iter

NULL or numeric

...

Any optional additional input.