R/absolute2relative.R
absolute2relative_bsa.Rd
Often used for eGFR estimates
absolute2relative_bsa(quantity, bsa = NULL, ...)
quantity expressed in absolute units
ideal body weight in kg
arguments passed on to calc_bsa, if bsa is NULL
calc_bsa
quantity expressed relative to /1.73m2
absolute2relative_bsa(quantity = 60, bsa = 1.6) #> $value #> [1] 64.875 #> absolute2relative_bsa(quantity = 60, weight = 14, height = 90, method = "dubois") #> $value #> [1] 180.2606 #>