Skip to content

Commit 0ed90e5

Browse files
Publication
1 parent 5bae593 commit 0ed90e5

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# A new modelling framework for multi-location studies in environmental epidemiology
2-
3-
Fully reproducible code and data for the illustrative application in the paper *A new modelling framework for multi-location studies in environmental epidemiology*.
2+
3+
[![DOI](https://zenodo.org/badge/375431495.svg)](https://doi.org/10.5281/zenodo.14076410)
4+
5+
Fully reproducible code and data for the illustrative application in the paper
6+
7+
> Masselot P. and Gasparrini A. (2005) A new modelling framework for multi-location studies in environmental epidemiology. *Statistical Methods in Medical Research* [DOI:10.1177/09622802241313284](https://doi.org/10.1177/09622802241313284).
48
59
All components of the dataset are provided in the *data* subdirectory. The subdirectory also contains the script `00_DownloadData.RData` that shows how the data were obtained and pre-processed. The only exception is *data/tmean.csv.gz*, that was extracted using Python from ERA5Land. :warning: This script should not be executed, it is here mainly to document the data gathering process.
610

7-
Execution of the code should start from *11_Packages.R*.
11+
Execution of the code should start from *11_Packages.R*.
812

9-
1. Scripts *11_Packages.R* to *13_PrepData.R* setup the modelling and load data.
13+
1. Scripts *11_Packages.R* to *13_PrepData.R* setup the modelling and load data.
1014

11-
2. Scripts *21_LocationAgeSpecific.R* to *28_Uncertainty.R* implement each corresponding package (sub-section) in section 3 of the paper. Each one rely on previous ones, which means they should be ran in order.
15+
2. Scripts *21_LocationAgeSpecific.R* to *28_Uncertainty.R* implement each corresponding package (sub-section) in section 3 of the paper. Each one rely on previous ones, which means they should be ran in order.
1216

13-
3. Scripts *A1_DataDesc.R* to *A4_AlternativePC.R* provides additional results corresponding to the supplementary materials.
17+
3. Scripts *A1_DataDesc.R* to *A4_AlternativePC.R* provides additional results corresponding to the supplementary materials.
1418

1519
Finally, the *figures* subdirectory includes all Figures and Tables of the paper.

RiskExtrapolation.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 506a3477-a4f2-4791-8783-61f87f0967b2
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default

0 commit comments

Comments
 (0)