Learn R Programming

DynTxRegime (version 4.15)

.newTypedFit: Complete a Regression Step

Description

This function completes a regression step and stores a character object used to identify the purpose of the step, such as a propensity or outcome regression.

Usage

.newTypedFit(modelObj, txObj, ...)

# S4 method for modelObj,TxInfoNoSubsets .newTypedFit(modelObj, txObj, response, data, type, suppress)

# S4 method for ModelObj_SubsetList,TxInfoWithSubsets .newTypedFit(modelObj, txObj, data, response, type, suppress)

# S4 method for modelObj,TxInfoWithSubsets .newTypedFit(modelObj, txObj, data, response, type, suppress)

Arguments

modelObj

A modeling object

txObj

A TxObj object

...

Any optional additional input.