Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

newOutcomeFit

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.


DynTxRegime

Methods for Estimating Optimal Dynamic Treatment Regimes

v4.10
GPL-2
Authors
S. T. Holloway, E. B. Laber, K. A. Linn, B. Zhang, M. Davidian, and A. A. Tsiatis
Initial release
2022-06-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.