Determine type of risks model fitted and
generate appropriate summary.
Usage
# S3 method for risks
summary(object, conf.int = TRUE, default = TRUE, ...)
Arguments
- 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 default = FALSE
, profiling-based
confidence intervals can be calculated for binomial models.
- ...
Passed on
Value
Model summary (list)
Details
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
.