Learn R Programming

DynTxRegime (version 4.15)

PropensityFit_fSet-methods: Methods Available for Objects of Class PropensityFit_fSet

Description

Methods call equivalently named methods defined for TypedFit_fSet

.predictAll(object, newdata) predicts propensity for all tx options. Returns a matrix of propensities predicted for all tx. Tx options not available to a pt are coded as NA.

Usage

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

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

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

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

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

Arguments