absolute2relative_bsa {clinPK} | R Documentation |
Convert quantity expressed in absolute units relative to normalized BSA
Description
Often used for eGFR estimates
Usage
absolute2relative_bsa(quantity, bsa = NULL, ...)
Arguments
quantity |
quantity expressed in absolute units |
bsa |
ideal body weight in kg |
... |
arguments passed on to 'calc_bsa', if bsa is NULL |
Value
quantity expressed relative to /1.73m2
Examples
absolute2relative_bsa(quantity = 60, bsa = 1.6)
absolute2relative_bsa(quantity = 60, weight = 14, height = 90, method = "dubois")
[Package clinPK version 0.13.0 Index]