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 PropensityObj
coef(object, ...)# S4 method for PropensityObj
fitObject(object, ...)
# S4 method for PropensityObj,ANY
plot(x, suppress = FALSE, ...)
# S4 method for PropensityObj,data.frame
.predictAll(object, newdata, ...)
# S4 method for PropensityObj
predict(object, ...)
# S4 method for PropensityObj
print(x, ...)
# S4 method for PropensityObj
propen(object, ...)
# S4 method for PropensityObj
show(object)
# S4 method for PropensityObj
summary(object, ...)