# 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
W <- children$Weight
W_ad <- 70
Cl_ad <- 3.95
Clch.Linear(AGE, W, Cl_ad, W_ad)
# }
Run the code above in your browser using DataLab