B1_02_F.RdHD Schlaganfall ohne Tumor oder Kopfverletzung, Alter 20-44
B1_02_F(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
09_11_N
B1-Schlaganfall
B-Erkrankungen des Nervensystems, Schlaganfall (Stroke)
Fallzahl
B1_02_F <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Schlaganfall_alle) &
sdx %not_in_table% (ICD_ADSR_ex) &
ageyears>=20 &
ageyears<45),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_cnt('B1_02_F') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% B1_02_F() # \dontrun{}