B1_10_M.RdHD intrazerebrale Blutung ohne Tumor oder Kopfverletzung (Alter >19), Mortalität
B1_10_M(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
09_4
B1-Schlaganfall
B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)
Mortalität
B1_10_M <- function(x){ x %>%
mutate( i = if_else((pdx %in_range% c('I610','I619') &
sdx %not_in_table% (ICD_ADSR_ex) &
ageyears>19),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('B1_10_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% B1_10_M() # \dontrun{}