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_both_datasets(
  input_count_data,
  input_ww_data,
  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

calibration_time

integer indicating the calibration time

forecast_date

IS08 formatted date indicating the forecast date

Value

NULL, invisibly