Description Usage Arguments Details Value Examples
View source: R/nankivell_walser.R
A wrapper function for the nankivell() vectorised function to calculate eGFR using the Nankivell formula, but using creatinine and BUN in mg/dl rather than international units. It has not been possible to run automated tests to confirm the accuracy of this function, so please use with caution.
1 | nankivell_US(SCr, Urea, Weight, Height, Sex)
|
SCr |
numeric vector of serum creatinine in µmol/l (or mg/dl if units = "US") |
Urea |
numeric vector of serum urea in mmol/l (or BUN in mg/dl if units = "US") |
Weight |
numeric vector of patient weights in kilograms |
Height |
numeric vector of patient heights in centimetres |
Sex |
character vector of sex ("F" for female, "M" for male) |
Reference: Nankivell BJ, Gruenwald SM, Allen RD, Chapman JR: Predicting glomerular filtration rate after renal transplantation. Transplantation 1995; 59:1683-89.
a numeric vector of eGFR values
1 | nankivell_US(SCr = 1.33, Urea = 13.4, Weight = 65, Height = 172, Sex = "M") # 44.55
|
[1] 48.85469
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.