Skip to contents

Returns a value for the Estimated Glomerular Filtration Rate (eGFR) by age as described by https://www.kidney.org/atoz/content/gfr.

Usage

aGFR(age = 43, seed.number = NA)

Arguments

age

An integer for age (values between 1 and 99).

seed.number

Seed for pseudo random number generator.

Value

A value from a normal distribution.

Examples

aGFR(age = 43, seed.number = NA)
#> [1] 91.49267