Skip to content

Commit a98f5cb

Browse files
committed
Added some reproducibility resources, closes #44
1 parent fba1dbd commit a98f5cb

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/reproducibility-guidance/open-material.qmd

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ format:
1111
## Software for official statistics
1212

1313
There are many open-source software packages for official statistics and survey
14-
statistics. The two best lists are:
14+
statistics. The two best lists of these packages are:
1515

1616
- [Awesome list of official statistics software](https://github.com/SNStatComp/awesome-official-statistics-software)
17-
1817
- [CRAN task view for Official Statistics](https://CRAN.R-project.org/view=OfficialStatistics)
1918

2019
Eurostat also has a similar list that's worth exploring:
@@ -23,8 +22,8 @@ Eurostat also has a similar list that's worth exploring:
2322

2423
Although some of the packages on these lists are for computing
2524
index numbers (and are enumerated in the next section), there are several
26-
complementary tools for, e.g., sampling that are nonetheless important for price
27-
statistics.
25+
complementary tools for, e.g., sampling, seasonal adjustment, that are
26+
nonetheless important for price statistics.
2827

2928
## Software for price statistics
3029

@@ -88,14 +87,22 @@ analysis _scripts_ used to derive a price index.
8887

8988
## Reproducibility resources
9089

90+
There are several good resources for how to make data analysis and research
91+
projects reproducible. These are not about price statistics _per se_, but the
92+
ideas and tools are broadly applicable to the field. The [example of a price-index pipeline](https://github.com/UN-Task-Team-for-Scanner-Data/price-index-pipeline)
93+
shows how these ideas around reproducibility can pair with the software listed
94+
above.
95+
9196
### General
9297

9398
- [The Turing Way](https://book.the-turing-way.org/)
99+
- [Awesome Reproducible Research](https://github.com/leipzig/awesome-reproducible-research)
94100

95101
### Reproducible analytical pipelines
96102

97-
- [RAP Companion, by Matthew Gregory and Matthew Upson shows much of the original RAP ideas (for R)](https://ukgovdatascience.github.io/rap_companion/)
103+
- [RAP Companion](https://ukgovdatascience.github.io/rap_companion/)
98104
- [Udemy course on RAP with R](https://www.udemy.com/course/reproducible-analytical-pipelines/)
99105
- [Reproducible Analytical Pipelines or RAP (NHS) site](https://nhsdigital.github.io/rap-community-of-practice/introduction_to_RAP/what_is_RAP/)
100106
- [ESCAP training on RAP with web scraping application for price statistics](https://escap-sd.github.io/ESCAP_RAP_class/docs/)
101-
- [Building reproducible analytical pipelines with R](https://raps-with-r.dev/)
107+
- [Building reproducible analytical pipelines with R](https://raps-with-r.dev/)
108+
- [Projects with targets](https://books.ropensci.org/targets/projects.html)

0 commit comments

Comments
 (0)