Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added section on getting access to data #110

Merged
merged 1 commit into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>.