Learn R Programming

DynTxRegime (version 4.15)

PropensityFit-methods: Methods Available for Objects of Class PropensityFit

Description

Methods call equivalently named methods defined for TypedFit

.predictAll(object, newdata) predicts propensity for all tx options. Returns a matrix of propensities predicted for all tx.

Usage

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

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

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

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

# S4 method for PropensityFit,data.frame .predictAll(object, newdata, suppress = TRUE)

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

# S4 method for PropensityFit propen(object, ...)

# S4 method for PropensityFit show(object)

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

Arguments