Learn R Programming

spduration (version 0.17.2)

summary.spdur: Summarize split-population duration results

Description

summary method for class ``spdur''.

Usage

# S3 method for spdur
summary(object, ...)

Value

An object with class summary.spdur.

Arguments

object

An object with class spdur.

...

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.

See Also

The model fitting function is spdur, and see summary for the generic function.

For print formatting, see print.summary.spdur.

Examples

Run this code
data(model.coups)
s <- summary(model.coups)
class(s)
print(s)

Run the code above in your browser using DataLab