summary.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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.