Skip to contents

A dataset containing the simulated daily hospital admissions (labeled here as daily_hosp_admits) by date of admission (date) in each subpopulation. Additional columns that are the population size of the population contributing to the hospital admissions. In this instance, the subpopulations here are each of the wastewater catchment areas plus an additional subpopulation for the portion of the population not captured by wastewater surveillance. The data generated are daily hospital admissions but they could be any other epidemiological count dataset e.g. cases. This data should only contain hospital admissions that would have been available as of the date that the forecast was made.

Usage

subpop_hosp_data

Format

An object of class tbl_df (inherits from tbl, data.frame) with 450 rows and 4 columns.

Source

vignette_data.R

Details

This data is generated via the default values in the generate_simulated_data() function.

The variables are as follows:

date

Date the hospital admissions occurred, formatted in ISO8601 standards as YYYY-MM-DD

subpop_name

A string indicating the subpopulation the hospital admissiosn corresponds to. This is either a wastewater site, or the remainder of the population

daily_hosp_admits

The number of individuals admitted to the hospital on that date, available as of the forecast date

subpop_pop

The number of people contributing to the daily hospital admissions in each subpopulation