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.
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