summary.incidence2 {incidence2} | R Documentation |
Summary of an incidence object
## S3 method for class 'incidence2'
summary(object, ...)
object |
An incidence2 object. |
... |
Not used. |
object (invisibly).
data(ebola_sim_clean, package = "outbreaks")
dat <- ebola_sim_clean$linelist
inci <- incidence(dat, "date_of_onset", groups = c("gender", "hospital"))
summary(inci)