daedalus.data is a package and repository to handle input data files for daedalus, Jameel Institute’s combined economic-epidemiological model of emerging respiratory pandemic diseases.
daedalus.data prepares data objects to be used by the daedalus (see here) model.
Installation
You can install the development version of daedalus.data from the Jameel Institute R-universe with:
installation from R-universe
install.packages(
"daedalus.data",
repos = c(
"https://jameel-institute.r-universe.dev", "https://cloud.r-project.org"
)
)
or from GitHub GitHub with:
install.packages("pak")
pak::pak("jameel-institute/daedalus.data")
Quick start
This package contains the following data sets:
data(package = "daedalus.data")
Infections data
Users can select infection parameters from among seven epidemics caused by directly-transmitted viral respiratory pathogens, which are stored in the package as daedalus.data::infection_data
, with epidemic identifiers stored as daedalus.data::epidemic_names
.