Herniotomie sans OP de l'intestin, mortalité

E2_01_M(x)

Arguments

x

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

Alias

19_1

Chapitre

E2-Réparations de hernie

Groupe

E-Maladies des organes abdominaux

Type

mortalité

Spécification

E2_01_M <- function(x){ x %>%
mutate( i = if_else((pdx %in_table% (ICD_Hernien) &
srg %in_table% (CHOP_Hernien) &
srg %not_in_table% (CHOP_Hernien_Excl) &
(agedays>27 |
ageyears>=1)),
if_else((F_Tot), 2, 1), as.double(NA))) %>%
output_table_perc('E2_01_M') }

Examples

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