View source: R/utlede_variabler.R
utlede_kateg_afli_aryt_i48 | R Documentation |
Add variable kategori_afli_aryt_i48
for AFLI-procedures, based on
ICD codes.
utlede_kateg_afli_aryt_i48(df)
df |
data.frame with Ablanor-data. Must contain variables
|
returns df
with one new column.
df <- data.frame(
forlopstype = rep(1, 4),
aryt_i48_0 = c(0, 1, 0, 0),
aryt_i48_1 = c(0, 0, 1, 2),
aryt_i48_1_underkat = c(NA, NA, 1, 2))
ablanor::utlede_kateg_afli_aryt_i48(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.