.newPropensityFit {DynTxRegime} | R Documentation |
Complete a Propensity Regression Step
Description
Dispatches appropriate method for completing propensity regressions.
Usage
.newPropensityFit(moPropen, txObj, ...)
## S4 method for signature 'modelObj,TxInfoNoSubsets'
.newPropensityFit(moPropen, txObj, data, suppress)
## S4 method for signature 'modelObj,TxInfoWithSubsets'
.newPropensityFit(moPropen, txObj, data, suppress)
## S4 method for signature 'ModelObj_SubsetList,TxInfoWithSubsets'
.newPropensityFit(moPropen, txObj, data, suppress)
Arguments
moPropen |
A modeling object |
txObj |
A TxObj object |
... |
Any optional additional input. |
[Package DynTxRegime version 4.15 Index]