Thoraxchirurgische Behandlung des Lungenkarzinoms, Alter >19, Mortalität

Z3_15_M(x)

Arguments

x

ein tibble (siehe Format des Rückgabewertes von read.bfs)

Alias

M_102

Kapitel

Z3-Behandlungen/Eingriffe mit Mindestfallzahl (D - G-BA)

Gruppe

Z-Zusatzinformationen

Typ

Mortalität

Spezifikation

Z3_15_M <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_MiMe_LungenCA) &
ddx %in_table% (ICD_MiMe_LungenCA) &
ageyears>19),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('Z3_15_M') }

Examples

if (FALSE)  read.bfs(path2file) %>% iqi.functions() %>% Z3_15_M()  # \dontrun{}