Methods Available for Objects of Class PropensityObj
Methods Available for Objects of Class PropensityObj
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 ]].
## 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,...)