View source: R/summary.spdur.R
summary.spdur | R Documentation |
summary
method for class “spdur
”.
## S3 method for class 'spdur'
summary(object, ...)
object |
An object with class |
... |
Further arguments passed to or from other methods. |
This will list the estimated coefficients and standard errors for the risk and duration equations of a split-population duration model.
An object with class summary.spdur
.
The model fitting function is spdur
, and see
summary
for the generic function.
For print formatting, see print.summary.spdur
.
data(model.coups)
s <- summary(model.coups)
class(s)
print(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.