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

newClassificationFit

Complete a Classification Regression Step


Description

Methods dispatch appropriate typed fit methods based on the modeling object specified by the user and the feasible tx definitions. The value object returned depends on the underlying typed fit method.

Usage

.newClassificationFit(moClass, txObj, ...)

## S4 method for signature 'modelObj,TxInfoNoSubsets'
.newClassificationFit(moClass, txObj, response, data, suppress, ...)

## S4 method for signature 'ModelObj_SubsetList,TxInfoWithSubsets'
.newClassificationFit(moClass, data, response, txObj, suppress, ...)

## S4 method for signature 'modelObj,TxInfoWithSubsets'
.newClassificationFit(moClass, txObj, response, data, suppress, ...)

Arguments

moClass

modeling object(s) defining the classification regression

txObj

TxObj defining the tx feasible sets

...

additional arguments. Ignored.

data

data.frame of covariates and tx received

suppress

logical indicating user's screen printing preference

contrast

vector of contrasts


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.