summary.spdur: Summarize split-population duration results

View source: R/summary.spdur.R

summary.spdurR 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 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.

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)


andybega/spduration documentation built on Feb. 9, 2024, 8:23 p.m.