Specify wastewater observation data such as concentration measurements and flows. This is a convenience function to collect all observation data in one object.
Arguments
- measurements
A
data.framewith measured concentrations of the pathogen of interest. Will be automatically passed toconcentrations_observe().- flows
A
data.framewith wastewater flow volumes at the sampling site for each day. Will be automatically passed toflows_observe().- cases
A
data.frameof case numbers with each row representing one day. Must have at least a column with dates and a column with case numbers. This data is not used for model fitting, but for calibration of theload_per_caseassumption. Will be automatically passed toload_per_case_calibrate().- ...
Further observations to be passed to
EpiSewer().
Value
A list with all observations supplied. Can be passed to the data
argument in EpiSewer().