generated from labordynamicsinstitute/presentation-r-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.Rmd
75 lines (44 loc) · 1.73 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
title: "Reproducibility when data are confidential"
author:
- "Lars Vilhuber"
date: Oct 2024
---
```{r, eval=FALSE,child=c(here::here('00-follow-along.md'))}
```
## Reproducibility when data are confidential {.smaller}
Journals require that you **share your code and data** in a replication package at the end of your research project.
Following some best practices from day 1 can not only **help you prepare** this package later, but also make you **more productive** researchers.
Following some best practices before releasing a package can **avoid costly revisions**.
## Aside
When typing
> Following some best practices before releasing a package can **avoid costly revisions**.
my coding AI suggested that I add
> "and embarrassing retractions"...
## What is a replication package?
- [AEA Data and Code Availability policy](https://www.aeaweb.org/journals/data/data-code-policy)
- [Data and Code Availability Standard](https://datacodestandard.org/) ![](https://datacodestandard.org/assets/img/DCAS-1.0.png)
- [AEA Data and Code Repository](https://www.openicpsr.org/openicpsr/search/aea/studies)
## Example of deposit
![](images/aea-repo-example.png)
## AEA policy
![](images/aea-dcap-top.png)
# Goal
- [ ] Provide guidance on structure of replication packages when data are confidential
- [ ] Provide guidance on documentation
- [ ] Keep it simple
```{r, child=c(here::here('01-goal.md'))}
```
```{r, child=c(here::here('02-readme.md'))}
```
```{r, child=c(here::here('12-environments-in-stata.md'))}
```
```{r, child=c(here::here('03-secrets-in-code.md'))}
```
```{r, child=c(here::here('07-wrapping-up.md'))}
```
# Appendix
```{r, child=c(here::here('02-provenance.md'))}
```
```{r, child=c(here::here('99-links.md'))}
```