adjusted body weight
returns ideal weight + 40 actual weights. Ideal weight is calculated using default algorithm. TODO: is downward adjustment valid?
adj_weight_adult(height_m, weight_kg, male, ...)
height_m |
single numeric, height in meters |
weight_kg |
weight in kg, may be a vector |
male |
logical value(s) whether patient is male. TRUE or FALSE. |
... |
passed to validation |
adj_weight_adult(1.6, 120, male = FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.