Learn R Programming

DynTxRegime (version 4.15)

ClassificationObj-methods: Methods Available for Objects of Class ClassificationObj

Description

.predictAll(object, newdata) predicts optimal treatment

Usage

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

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

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

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

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

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

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

# S4 method for ClassificationObj show(object)

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

Arguments