Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

PropensityObj-methods

Methods Available for Objects of Class PropensityObj


Description

Most value objects returned are a list with one element 'propen'. Methods dispatched and objects returned in the element 'propen' depend on class of @propen. Exceptions are noted below.

plot(x) concatenates 'Propensity' to the title if suppress = FALSE.

.predictAll(object, newdata) does not return the overarching list structure, but only the contents of list[[ propen ]].

predict(object) does not return the overarching list structure, but only the contents of list[[ propen ]].

propen(object) does not return the overarching list structure, but only the contents of list[[ propen ]].

Usage

## S4 method for signature 'PropensityObj'
coef(object, ...)

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

## S4 method for signature 'PropensityObj,ANY'
plot(x, suppress = FALSE, ...)

## S4 method for signature 'PropensityObj,data.frame'
.predictAll(object, newdata, ...)

## S4 method for signature 'PropensityObj'
predict(object, ...)

## S4 method for signature 'PropensityObj'
print(x, ...)

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

## S4 method for signature 'PropensityObj'
show(object)

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

DynTxRegime

Methods for Estimating Optimal Dynamic Treatment Regimes

v4.10
GPL-2
Authors
S. T. Holloway, E. B. Laber, K. A. Linn, B. Zhang, M. Davidian, and A. A. Tsiatis
Initial release
2022-06-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.