Closed bk75R closed 2 years ago
Used approx()
to interpolate between data read by WebPlotDigitizer and revised code to produce summaries based on this.
> cardiac.2020.summary
Daily Baseline
1 95162.36 86297.4
> cardiac.2021.summary
Daily Baseline
1 107882.8 93720.44
> cardiac.2022.summary
Daily Baseline
1 127978.4 121851.1
PHS_NASSS_Cardiac_WebPlotDigitizerSaveData.R uses (for example)
This just sums the data extracted using WebPlotDigitizer - this isn't the full sum of calls.
The code should interpolate (spline?) between extracted points to find full daily calls for baseline and 7 day average.