ClassificationFit-methods {DynTxRegime}R Documentation

Methods Available for Objects of Class ClassificationFit

Description

.predictAll(object, newdata) predicts optimal treatment

Usage

## S4 method for signature 'ClassificationFit'
classif(object, ...)

## S4 method for signature 'ClassificationFit'
coef(object, ...)

## S4 method for signature 'ClassificationFit'
fitObject(object, ...)

## S4 method for signature 'ClassificationFit,ANY'
plot(x, suppress = FALSE, ...)

## S4 method for signature 'ClassificationFit'
predict(object, ...)

## S4 method for signature 'ClassificationFit,data.frame'
.predictAll(object, newdata, ...)

## S4 method for signature 'ClassificationFit'
print(x, ...)

## S4 method for signature 'ClassificationFit'
show(object)

## S4 method for signature 'ClassificationFit'
summary(object, ...)

[Package DynTxRegime version 4.16 Index]