ClassificationObj-methods {DynTxRegime} | R 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, ...)
[Package DynTxRegime version 4.16 Index]