Skip to contents

A dataset containing the simulated daily hospital admissions that the model will be evaluated against (labeled here as daily_hosp_admits_for_eval) by date of admission (date). This data is not needed to fit the model, but is used in the Getting Started vignette to demonstrate the forecasted hospital admissions compared to those later observed.

Usage

hosp_data_eval

Format

An object of class tbl_df (inherits from tbl, data.frame) with 127 rows and 3 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, formatte din ISO8601 standatds as YYYY-MM-DD

daily_hosp_admits_for_eval

The number of individuals admitted to the hospital on that date, available beyond the forecast date for evaluating the forecasted hospital admissions

state_pop

The number of people contributing to the daily hospital admissions