Description Usage Arguments Details Value Examples
A vectorised function to estimate creatinine clearance using the Cockcroft-Gault equation. By default this uses serum creatinine in µmol/l but can be changed to mg/dl by setting the units parameter to "US"
1 |
creat |
numeric vector of creatinine levels in µmol/l (or mg/dl if units = "US") |
age |
numeric vector of ages in years |
sex |
character vector of sex ("F" = female, "M" = male) |
weight |
numeric vector of weights in kilograms |
units |
non-vectorised parameter for creatinine units ("SI" for µmol/l (default) or "US" for mg/dl) |
Reference: Cockcroft DW, Gault MH. Prediction of creatinine clearance from serum creatinine. Nephron 1976; 16(1):31-41
numeric vector of creatinine clearances in ml/min
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.