G3_01_M.Rd
Hystérectomie pour affections bénignes (âge >14), mortalité
G3_01_M(x)
un tibble
(voir le format de la valeur de retour de read.bfs)
34_1
G3-Ablation de l'utérus pour affections bénignes (hystérectomie)
G-Gynécologie et obstétrique
mortalité
G3_01_M <- function(x){ x %>%
mutate( i = if_else((srg %in_table% (CHOP_Hysterektomie) &
pdx %in_table% (ICD_benigne_Hysterektomie_Ursachen) &
ddx %not_in_table% (ICD_TUMOR) &
ddx %not_in_table% (ICD_HE_Ca_in_situ) &
ageyears>14 &
F_Sex),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('G3_01_M') }
if (FALSE) read.bfs(path2file) %>% iqi.functions() %>% G3_01_M() # \dontrun{}