PropensityFit_fSet-methods {DynTxRegime}R Documentation

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 signature 'PropensityFit_fSet'
coef(object, ...)

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

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

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

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

[Package DynTxRegime version 4.15 Index]