Learn R Programming

risks (version 0.4.2)

summary.risks: Generate model summary

Description

Determine type of risks model fitted and generate appropriate summary.

Usage

# S3 method for risks
summary(object, conf.int = TRUE, default = TRUE, ...)

Value

Model summary (list)

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

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.