summary.parfrailty | R Documentation |
This is a summary
method for class "parfrailty"
.
## S3 method for class 'parfrailty'
summary(
object,
ci_type = "plain",
ci_level = 0.95,
digits = max(3L, getOption("digits") - 3L),
...
)
object |
an object of class |
ci_type |
string, indicating the type of confidence intervals. Either "plain", which gives untransformed intervals, or "log", which gives log-transformed intervals. |
ci_level |
desired coverage probability of confidence intervals, in decimal form. |
digits |
the number of significant digits to use when printing.. |
... |
not used. |
An object of class "summary.parfrailty", which is a list that contains relevant summary statistics about the fitted model
Arvid Sjölander and Elisabeth Dahlqwist.
parfrailty
## See documentation for parfrailty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.