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: docs/reproducibility-guidance/open-material.qmd
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,9 @@ format:
11
11
## Software for official statistics
12
12
13
13
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:
15
15
16
16
-[Awesome list of official statistics software](https://github.com/SNStatComp/awesome-official-statistics-software)
17
-
18
17
-[CRAN task view for Official Statistics](https://CRAN.R-project.org/view=OfficialStatistics)
19
18
20
19
Eurostat also has a similar list that's worth exploring:
@@ -23,8 +22,8 @@ Eurostat also has a similar list that's worth exploring:
23
22
24
23
Although some of the packages on these lists are for computing
25
24
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.
28
27
29
28
## Software for price statistics
30
29
@@ -88,14 +87,22 @@ analysis _scripts_ used to derive a price index.
88
87
89
88
## Reproducibility resources
90
89
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
0 commit comments