Skip to content

Commit

Permalink
added section on getting access to data
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Aasted Isaksen authored and lwjohnst86 committed May 31, 2024
1 parent 5137844 commit ec90abc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions vignettes/data-sources.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ library(osdc)

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

The algorithm uses these Danish registers as input data sources:

```{r, results='asis'}
osdc:::registers_as_md_table("Danish registers used in the OSDC algorithm.")
Expand Down Expand Up @@ -81,3 +83,11 @@ for (register in osdc:::get_register_abbrev()) {
print()
}
```

## Getting access to data

The above data is available through Statistics Denmark and the Danish
Health Data Authority. Researchers must be affiliated with an approved
research institute in Denmark and fees apply. Information on how to gain
access to data can be found at
<https://www.dst.dk/en/TilSalg/Forskningsservice>.

0 comments on commit ec90abc

Please sign in to comment.