Learn R Programming

DynTxRegime (version 4.12)

ClassificationFit-methods: Methods Available for Objects of Class ClassificationFit

Description

.predictAll(object, newdata) predicts optimal treatment

Usage

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

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

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

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

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

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

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

# S4 method for ClassificationFit show(object)

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

Arguments