View source: R/postestimation.R
summary.risks | R Documentation |
Determine type of risks model fitted and generate appropriate summary.
## S3 method for class 'risks'
summary(object, conf.int = TRUE, default = TRUE, ...)
object |
Fitted model |
conf.int |
Add confidence intervals to printout? Defaults to TRUE. |
default |
Normal confidence intervals via confint.default()?
Default to TRUE. By setting |
... |
Passed on |
If multiple models were fitted (approach = "all"
), then
the first converged model is displayed. Other models can be accessed
via the returned list $all_models
.
Model summary (list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.