Skip to content

Commit 14f9437

Browse files
authored
Merge pull request #8 from marberts/patch-2
Patch 2
2 parents e173f98 + 2bb5a45 commit 14f9437

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

other-open-materials.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# List of open materials relevant to price statistics
2+
3+
The following list is a mini-compenidum of other materials that may be of interest to reseachers in the prices statistics discipline. The list is meant to be live and up to date, hence if you see any inaccuracies, a broken link, or something missing - please feel free to add!
4+
5+
## Packages applicable to price statistics
6+
7+
* [Awesome list of official statistics software](https://github.com/SNStatComp/awesome-official-statistics-software)
8+
* [References in JOSS paper](https://joss.theoj.org/papers/10.21105/joss.06781)
9+
* [Steve's stars](https://github.com/stars/marberts/lists/index-numbers)
10+
11+
### R
12+
13+
* [`hicp` package (Eurostat)](https://github.com/eurostat/hicp/tree/main) - provides functions to access and work with HICP data (price indices and weights) from Eurostat's public database
14+
* ['PriceIndices' package](https://cran.r-project.org/web/packages/PriceIndices/vignettes/PriceIndices.html)
15+
* [`IndexNumR` package](https://cran.r-project.org/web/packages/IndexNumR/index.html)
16+
* [`piar` package](https://marberts.github.io/piar/)
17+
* [CRAN task view for official statistics](https://cran.r-project.org/web/views/OfficialStatistics.html)
18+
19+
### Python
20+
21+
* [`PriceIndexCalc` package](https://github.com/drrobotk/PriceIndexCalc) - a partially working package to calculate price indices.
22+
23+
### Data packages
24+
* [`dff`](https://github.com/eurostat/dff) - a repo on Dominick's Finer Foods showcasing the dataset by Jens Mehrhoff
25+
26+
## Reproducibility resources
27+
28+
### General
29+
* [The Turing Way](https://book.the-turing-way.org/) - an open science/collaboration project
30+
* [`reproducible-project-template`](https://github.com/the-turing-way/reproducible-project-template/tree/main) - repo template (i.e cookie cutter template)
31+
32+
### Reproducible Analytical Pipelines (RAP)
33+
* [RAP Companion, by Matthew Gregory and Matthew Upson shows much of the original RAP ideas (for R)](https://ukgovdatascience.github.io/rap_companion/)
34+
* [Udemy course on RAP with R](https://www.udemy.com/course/reproducible-analytical-pipelines/)
35+
* [Reproducible Analytical Pipelines or RAP (NHS) site](https://nhsdigital.github.io/rap-community-of-practice/introduction_to_RAP/what_is_RAP/)
36+
* [ESCAP training on RAP with web scraping application for price statistics](https://escap-sd.github.io/ESCAP_RAP_class/docs/)

0 commit comments

Comments
 (0)