-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
|
||
# Predicting COVID-19 incidence using wastewater surveillance data in Denmark, October 2021 – June 2022 | ||
|
||
This repository contains most of the code and part of the data underlying the paper. The data is restricted because not all of it is allowed to be in the public domain. Some of the code is not included because it's not relevant. | ||
|
||
The key code for analysis is `R/tsa/tsa.Rmd`. A lot of that can be run if you read in `data/dk_restricted.csv` first, but not the parts referring to care personnel. | ||
|
||
|
||
The `dk` dataset is already processed according to all the data cleaning steps described in the paper. Those steps are performed in the function `read_ww()`, which runs the scripts `R/01_read-data.R` and `R/02_clean-data.R`. |