Skip to content

Commit

Permalink
Merge pull request #57 from steno-aarhus/docs/design-required-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 authored Mar 15, 2024
2 parents 58b7623 + f978666 commit a406f02
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vignettes/design.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
library(dplyr)
```

## Principles
Expand Down Expand Up @@ -140,4 +141,16 @@ prior to the index date.

Individuals not classified as T1D cases are classified as T2D cases.

## Data required from registers

The following is a list of the variables required from specific
registers in order for the package to classify diabetes status:

```{r, echo=FALSE}
variable_description |>
mutate(Register = paste0(register_name, "(", register_abbrev, ")")) |>
select(Register, Variable = variable_name) |>
knitr::kable()
```

## References

0 comments on commit a406f02

Please sign in to comment.