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.
.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, ...)
modeling object(s) defining the classification regression
TxObj defining the tx feasible sets
additional arguments. Ignored.
data.frame of covariates and tx received
logical indicating user's screen printing preference