# NOT RUN {
# calculate creatinine clearance using creatinine in <U+00B5>mol/l
cockcroft(creat = 88.4, age = 25, sex = "F", weight = 60)
# calculate using creatinine in mg/dl
cockcroft(creat = 1, age = 25, sex = "F", weight = 60, units = "US")
# }
Run the code above in your browser using DataLab