| summary.spdur {spduration} | R Documentation |
Summarize split-population duration results
Description
summary method for class “spdur”.
Usage
## S3 method for class 'spdur'
summary(object, ...)
Arguments
object |
An object with class |
... |
Further arguments passed to or from other methods. |
Details
This will list the estimated coefficients and standard errors for the risk and duration equations of a split-population duration model.
Value
An object with class summary.spdur.
See Also
The model fitting function is spdur, and see
summary for the generic function.
For print formatting, see print.summary.spdur.
Examples
data(model.coups)
s <- summary(model.coups)
class(s)
print(s)
[Package spduration version 0.17.2 Index]