View source: R/transforms_clinical.R
crcl | R Documentation |
Compute creatinine clearance
crcl(age, wt, female, creat, method = c("cg"), units = "ml/min")
age |
Age in years |
wt |
Body mass in kg |
female |
TRUE if female, FALSE if male |
creat |
Serum creatinine in mg/dL |
method |
"cg" for cockroft-gault is default, and only, method. |
units |
Desired output units. ml/min is default and only option. |
vector of computed crcl values
crcl(45, 83, TRUE, .5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.