absolute2relative_bsa: Convert quantity expressed in absolute units relative to...

View source: R/absolute2relative.R

absolute2relative_bsaR 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")

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