F1_10_M.Rd
Implantation percutanée de stents dans l'artère carotide en cas de DP sténose (âge >19), mortalité
F1_10_M(x)
un tibble
(voir le format de la valeur de retour de read.bfs)
26_212
F1-Opérations des artères cérébrales
F-Affections des vaisseaux
mortalité
F1_10_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 &
F_28_11_Aus &
F_28_12_Aus &
F_28_13_Aus &
F_28_15_Aus &
F_28_17_Aus &
F_28_18_Aus &
srg %in_table% (CHOP_Stent_Carotis) &
pdx %in_table% (ICD_Stent_asymptomatisch) &
ageyears>19),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('F1_10_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% F1_10_M() # \dontrun{}