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