View source: R/absolute2relative.R
absolute2relative_bsa | R Documentation |
Often used for eGFR estimates
absolute2relative_bsa(quantity, bsa = NULL, ...)
quantity |
quantity expressed in absolute units |
bsa |
ideal body weight in kg |
... |
arguments passed on to 'calc_bsa', if bsa is NULL |
quantity expressed relative to /1.73m2
absolute2relative_bsa(quantity = 60, bsa = 1.6)
absolute2relative_bsa(quantity = 60, weight = 14, height = 90, method = "dubois")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.