Description Usage Arguments Value Caveats References See Also
Ideal body weight is estimated using the Devine formulae: for males \text{IBW} = 50 + 0.9 (\text{height} - 152) and for females \text{IBW} = 45.5 + 0.9 (\text{height} - 152) with IBW in kg en height in m.
1 | estimate_ibw(height, is_female)
|
height |
Height (cm). |
is_female |
|
IBW (kg), or NA
if any parameters are NA
.
This provides estimates for adults only.
units::set_units()
, units::drop_units()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.