TypedFitObj-methods {DynTxRegime} | R Documentation |
Methods Available for Objects of Class TypedFitObj
Description
Methods call equivalently named methods defined for TypedFit
,
TypedFit_fSet
, TypedFit_SubsetList
or
DecisionPointList
objects.
The methods dispatched and objects returned depend on the class of @fit.
Usage
## S4 method for signature 'TypedFitObj'
coef(object, ...)
## S4 method for signature 'TypedFitObj'
fitObject(object, ...)
## S4 method for signature 'TypedFitObj,ANY'
plot(x, suppress = FALSE, ...)
## S4 method for signature 'TypedFitObj'
predict(object, ...)
## S4 method for signature 'TypedFitObj'
print(x, ...)
## S4 method for signature 'TypedFitObj'
show(object)
## S4 method for signature 'TypedFitObj'
summary(object, ...)
[Package DynTxRegime version 4.16 Index]