Implantation percutanée de stents dans l'artère carotide (âge >19), mortalité

F1_08_M(x)

Arguments

x

un tibble (voir le format de la valeur de retour de read.bfs)

Alias

26_2

Chapitre

F1-Opérations des artères cérébrales

Groupe

F-Affections des vaisseaux

Type

mortalité

Spécification

F1_08_M <- function(x){ x %>%
mutate( i = if_else((srg %not_in_table% (CHOP_Herz_OP) &
ddx %not_in_table% (ICD_HNO_Tumor) &
srg %not_in_table% (CHOP_Aorta_abdom_evar %+%
CHOP_Aorta_abdom_offen %+%
CHOP_Aorta_thorak_evar %+%
CHOP_Aorta_thorak_offen) &
srg %not_in_table% (CHOP_Carotis_OP) &
srg %not_in_table% (CHOP_Stent_excl) &
ddx %not_in_table% (ICD_HWK_Trauma) &
F_Polytrauma_exclusion &
srg %in_table% (CHOP_Stent_Carotis) &
F_28_11_Aus &
F_28_12_Aus &
F_28_13_Aus &
F_28_15_Aus &
F_28_17_Aus &
F_28_18_Aus &
ageyears>19),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('F1_08_M') }

Examples

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