relative2absolute_bsa: Convert quantity expressed relative to BSA to absolute units

View source: R/relative2absolute.R

relative2absolute_bsaR Documentation

Convert quantity expressed relative to BSA to absolute units

Description

Often used for eGFR estimates

Usage

relative2absolute_bsa(quantity, bsa = NULL, ...)

Arguments

quantity

quantity expressed in units /1.73m2

bsa

ideal body weight in kg

...

arguments passed on to 'calc_bsa', if bsa is NULL

Value

quantity expressed in absolute units

Examples

relative2absolute_bsa(quantity = 60, bsa = 1.6)
relative2absolute_bsa(quantity = 60, weight = 14, height = 90, method = "dubois")

clinPK documentation built on May 9, 2022, 9:06 a.m.