Learn R Programming

DynTxRegime (version 4.15)

.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 modelObj,TxInfoNoSubsets .newClassificationFit(moClass, txObj, response, data, suppress, ...)

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

# S4 method for 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