Learn R Programming

incidence2 (version 2.6.2)

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 incidence2 object.

...

Not used.

Examples

Run this code
.old <- 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)
data.table::setDTthreads(.old)

Run the code above in your browser using DataLab