Determine type of risks model fitted and generate appropriate summary.
# S3 method for risks
summary(object, conf.int = TRUE, default = TRUE, ...)
Model summary (list)
Fitted model
Add confidence intervals to printout? Defaults to TRUE.
Normal confidence intervals via confint.default()?
Default to TRUE. By setting default = FALSE
, profiling-based
confidence intervals can be calculated for binomial models.
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
.