Learn R Programming

clinPK (version 0.13.0)

absolute2relative_bsa: Convert quantity expressed in absolute units relative to normalized BSA

Description

Often used for eGFR estimates

Usage

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

Value

quantity expressed relative to /1.73m2

Arguments

quantity

quantity expressed in absolute units

bsa

ideal body weight in kg

...

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

Examples

Run this code
absolute2relative_bsa(quantity = 60, bsa = 1.6)
absolute2relative_bsa(quantity = 60, weight = 14, height = 90, method = "dubois")

Run the code above in your browser using DataLab