summary.incidence2: Summary of an incidence object

View source: R/summary.R

summary.incidence2R Documentation

Summary of an incidence object

Description

Summary of an incidence object

Usage

## S3 method for class 'incidence2'
summary(object, ...)

Arguments

object

An 'incidence' object.

...

Not used.

Value

object (invisibly).

Examples


data(ebola_sim_clean, package = "outbreaks")
dat <- ebola_sim_clean$linelist
inci <- incidence(dat, "date_of_onset", groups = c("gender", "hospital"))
summary(inci)


incidence2 documentation built on July 9, 2023, 5:35 p.m.