ClassificationObj-methods: Methods Available for Objects of Class 'ClassificationObj'

ClassificationObj-methodsR Documentation

Methods Available for Objects of Class ClassificationObj

Description

.predictAll(object, newdata) predicts optimal treatment

Usage

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

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

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

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

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

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

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

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

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

DynTxRegime documentation built on Nov. 25, 2023, 1:09 a.m.