summary.incidence2 {incidence2} | R Documentation |
Summary of an incidence object
Description
Summary of an incidence object
Usage
## S3 method for class 'incidence2'
summary(object, ...)
Arguments
object |
An incidence2 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)
[Package incidence2 version 2.3.1 Index]