.newOutcomeFit {DynTxRegime} | R Documentation |
Perform an Outcome Regression Step
Description
Dispatch appropriate methods to perform outcome regression step.
Usage
.newOutcomeFit(moMain, moCont, txObj, iter, ...)
## S4 method for signature ''NULL','NULL',TxObj,'NULL''
.newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)
## S4 method for signature 'modelObj,modelObj,TxInfoNoSubsets,'NULL''
.newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)
## S4 method for signature 'modelObj,'NULL',TxInfoNoSubsets,'NULL''
.newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)
## S4 method for signature ''NULL',modelObj,TxInfoNoSubsets,'NULL''
.newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)
## S4 method for signature 'modelObj,modelObj,TxInfoWithSubsets,'NULL''
.newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)
## S4 method for signature 'modelObj,'NULL',TxInfoWithSubsets,'NULL''
.newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)
## S4 method for signature ''NULL',modelObj,TxInfoWithSubsets,'NULL''
.newOutcomeFit(moMain, moCont, txObj, iter, data, response, suppress)
## S4 method for signature 'modelObj,modelObj,TxInfoWithSubsets,integer'
.newOutcomeFit(moMain, moCont, response, txObj, data, iter, suppress)
## S4 method for signature 'modelObj,modelObj,TxInfoNoSubsets,integer'
.newOutcomeFit(moMain, moCont, response, txObj, data, iter, suppress)
## S4 method for signature
## 'ModelObj_SubsetList,ModelObj_SubsetList,TxInfoWithSubsets,integer'
.newOutcomeFit(moMain, moCont, response, txObj, data, iter, suppress)
## S4 method for signature
## 'ModelObj_SubsetList,ModelObj_SubsetList,TxInfoWithSubsets,ANY'
.newOutcomeFit(moMain, moCont, txObj, data, response, iter, suppress)
## S4 method for signature 'ModelObj_SubsetList,'NULL',TxInfoWithSubsets,ANY'
.newOutcomeFit(moMain, moCont, txObj, data, response, iter, suppress)
## S4 method for signature ''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. |
[Package DynTxRegime version 4.15 Index]