Description
Implements Empirical Bayes Incidence Curves.
Description
Make empirical Bayes incidence curves from reported case data using a specified delay distribution.
README.md
incidental
Overview
incidental contains an empirical Bayes incidence curve fitting from a set of reported cases and a delay distribution:
fit_incidence()
fits incidence to a set of reported cases and a delay distribution.incidence_to_df()
utility function to return the output offit_incidence()
as a data frame.plot()
utility function to plot the output offit_incidence()
You can learn more about incidental in the vignettes.
Installation
install.packages("incidental")