R/setup-incidence_to_R.R

# dummy incidence df for testing

incidence = data.frame(
  date = seq(lubridate::today(), lubridate::today() + 10, by = "days"),
  t = 1:11,
  I = seq(from=1, to=100, length.out = 11)
)

Try the ern package in your browser

Any scripts or data that you put into this service are public.

ern documentation built on April 4, 2025, 2:13 a.m.