Learn R Programming

incidence2 (version 2.2.3)

summary.incidence2: Summary of an incidence object

Description

Summary of an incidence object

Usage

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

Value

object (invisibly).

Arguments

object

An 'incidence' object.

...

Not used.

Examples

Run this code
data.table::setDTthreads(2)
data(ebola_sim_clean, package = "outbreaks")
dat <- ebola_sim_clean$linelist
inci <- incidence(dat, "date_of_onset", groups = c("gender", "hospital"))
summary(inci)

Run the code above in your browser using DataLab