Dispatch appropriate methods to perform outcome regression step.
.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)
A modeling object for main effects or NULL
A modeling object for contrasts or NULL
A TxObj object
NULL or numeric
Any optional additional input.