Skip to contents

Validate that both count data and wastewater data are coherent and compatible with one another and the the user-specified parameters

Usage

validate_data_jointly(
  input_count_data,
  input_ww_data,
  date_time_spine,
  lab_site_site_spine,
  site_subpop_spine,
  lab_site_subpop_spine,
  calibration_time,
  forecast_date
)

Arguments

input_count_data

tibble containing the input count data that has been filtered and is ready to be passed into stan

input_ww_data

tibble containing the input wastewater data that has been filtered and is ready to be passed into stan

date_time_spine

tibble mapping dates to time in days

lab_site_site_spine

tibble mapping lab-sites to sites

site_subpop_spine

tibble mapping sites to subpopulations

lab_site_subpop_spine

tibble mapping lab-sites to subpopulations

calibration_time

integer indicating the calibration time

forecast_date

IS08 formatted date indicating the forecast date

Value

NULL, invisibly