Skip to content

Commit ec90abc

Browse files
Anders Aasted Isaksenlwjohnst86
Anders Aasted Isaksen
authored andcommitted
added section on getting access to data
1 parent 5137844 commit ec90abc

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

vignettes/data-sources.Rmd

+12-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ library(osdc)
2222

2323
This document describes the sources of data needed by the OSDC algorithm
2424
and gives a brief overview of each of these sources and how they might
25-
look like. The algorithm uses these Danish registers as input data
26-
sources:
25+
look like. In addition, the final section contains information on how to
26+
gain access to these data.
27+
28+
The algorithm uses these Danish registers as input data sources:
2729

2830
```{r, results='asis'}
2931
osdc:::registers_as_md_table("Danish registers used in the OSDC algorithm.")
@@ -81,3 +83,11 @@ for (register in osdc:::get_register_abbrev()) {
8183
print()
8284
}
8385
```
86+
87+
## Getting access to data
88+
89+
The above data is available through Statistics Denmark and the Danish
90+
Health Data Authority. Researchers must be affiliated with an approved
91+
research institute in Denmark and fees apply. Information on how to gain
92+
access to data can be found at
93+
<https://www.dst.dk/en/TilSalg/Forskningsservice>.

0 commit comments

Comments
 (0)