A wrapper function for the walser() vectorised function to calculate eGFR using the Walser formula, using serum creatinine in mg/dl. It has not been possible to run automated tests to confirm the accuracy of this function, so please use with caution.
walser_US(SCr, Age, Weight, Sex)
numeric vectors of eGFR values
Reference: Walser M, Drew HH, Guldan JL. Prediction of glomerular filtration rate in advanced chronic renal failure. Kidney International 1993; 44:2245-1148.
walser_US(SCr = 1.33, Age = 74, Weight = 65, Sex = "M") # 56.3
#> [1] 56.34408