You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-15Lines changed: 13 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,17 @@ The code in this replication package recreates the main data set and results in
8
8
9
9
The raw data used in the paper can be found in `data/raw`. The two main raw datasets are `mda.dta`, containing data from MDA trials and created by script 01, and `tt.dta`, contaning data from test-and-treat trials and created by script 02. The data from the Campbell Systematic Reviews was provided by the authors of that study.
10
10
11
-
[](https://creativecommons.org/licenses/by/4.0/)
The data is licensed under a Creative Commons Attribution 4.0 license. See [LICENSE.txt](LICENSE.txt) for details.
13
+
The data is licensed under an Unlicense license. See [LICENSE.txt](LICENSE.txt) for details.
14
14
15
15
## Computational requirements
16
16
17
17
The code was last run on a **10-core Intel-based laptop with Windows 10 and 16GB RAM**. The entire code ran in less than 20 minutes.
18
18
19
19
### Software Requirements
20
20
21
-
-**Stata** code was last run with version 17. The following community-contributed packages are installed in lines (21-35 of `main.do`):
22
-
-`estout` (version 3.31 26apr2022)
23
-
-`ietoolkit` (version 7.2 04APR2023)
24
-
-`metan` (version 4.06 12oct2022)
25
-
-`metareg` (v2.6.1 4Nov2008)
26
-
-`rsource` (Date: 27 February 2014)
21
+
-**Stata** code was last run with version 18. The exact versions of all community-contributed packages last used are included in `code/ado`.
27
22
-**R** code was last run with version 4.2.3. The exact versions of all packages last used are listed in `renv.lock`. To install these versions, launch the R project `deworming.RProj` and run `renv::restore()`.
28
23
29
24
### Controlled Randomness
@@ -32,11 +27,11 @@ Script `07_bayesian hierarchical models.R` runs simulations and a random seed is
32
27
33
28
## Description of programs/code
34
29
35
-
All scripts used for data creation and analysis are included in `code`. Scripts 01-03 create or import the raw data in `data/raw`. Scripts 04 and 05 reformat the raw data for use with different functions. Scripts 06-11 analyze the data. See `main.do` for a detailed description of inputs and outputs of each script.
30
+
All scripts used for data creation and analysis are included in `code`. Scripts 01-03 create or import the raw data in `data/raw`. Scripts 04 and 05 reformat the raw data for use with different functions. Scripts 06-13 analyze the data. See `main.do` for a detailed description of inputs and outputs of each script.
| Table F1 |`code/09_publication_bias.R`| 75 | output/tables/tableF1.png | Panels B and C were created by inputing the data in `data/pub_bias` into [this app](https://maxkasy.github.io/home/metastudy/)|
70
-
| Table F2 |`code/09_publication_bias.R`| 75 | output/tables/tableF1.png | Panels B and C were created by inputing the data in `data/pub_bias` into [this app](https://maxkasy.github.io/home/metastudy/)|
0 commit comments