# NOT RUN {
########
# Note: For this example we are using a paediatric database that we have including data of
# children from 0 to 19 years old.
########
children <- read.csv("/Users/artemistoumazi/paediatric_data_p3m/children_0_19.csv")
AGE <- children$Age
fu_ad <- 1
perc_alb <- 1
perc_alpha1AG <- 0
fuCh(AGE, fu_ad, perc_alb, perc_alpha1AG)
# }
Run the code above in your browser using DataLab