B1_01_V.RdAnteil Verlegungen bei HD Schlaganfall ohne Tumor oder Kopfverletzung (Alter >19)
B1_01_V(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
A_27
B1-Schlaganfall
B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)
Verlegungen
B1_01_V <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Schlaganfall_alle) &
ageyears>19 &
!F_Tot),
if_else((F_Verlegung), 2, 1), as.double(NA))) %>%
output_table_perc('B1_01_V') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% B1_01_V() # \dontrun{}