powered by
Summary of an incidence object
# S3 method for incidence2 summary(object, ...)
object (invisibly).
An 'incidence' object.
Not used.
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