Anteil Beatmungsfälle >24 h bei Resektion der Schilddrüse

E3_02_P(x)

Arguments

x

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

Alias

20_13

Kapitel

E3-Eingriffe an der Schilddrüse

Gruppe

E-Erkrankungen der Bauchorgane

Typ

Anteil

Spezifikation

E3_02_P <- function(x){ x %>%
mutate( i = if_else(( (srg %in_table% (CHOP_Schilddruese) &
ddx %in_table% (ICD_SD_TU_maligne)) |
(srg %in_table% (CHOP_Schilddruese) &
ddx %not_in_table% (ICD_SD_TU_maligne) &
pdx %in_table% (ICD_SD_TU_benigne)) &
F_SDResek_Tracheostomie_sameday),
if_else((hmv>24), 2, 1), as.double(NA))) %>%
output_table_perc('E3_02_P') }

Examples

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