View source: R/calc_dosing_weight.R
calc_dosing_weight | R Documentation |
Dosing weight is determined based on total (TBW), ideal (IBW), or adjusted (ABW) body weight in kg.
calc_dosing_weight(weight, height, age, sex, verbose = TRUE, ...)
weight |
weight |
height |
height |
age |
age |
sex |
sex |
verbose |
verbosity ('TRUE' or 'FALSE') |
... |
pased to 'calc_abw()' function |
This is derived using following: - In principle, use IBW - If total body weight (TBW) > 1.2*IBW, then use ABW - If TBW < IBW, use TBW
Returns a list of the following elements:
value |
Dosing weight, in units of kg |
unit |
Units of dosing weight (kg) |
type |
Type of dosing weight selected, e.g., total body weight, ideal body weight. |
calc_dosing_weight(weight = 50, height = 170, sex = "female", age = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.