Description Usage Arguments Examples
returns ideal weight + 40 actual weights. Ideal weight is calculated using default algorithm. TODO: is downward adjustment valid?
1  | 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  | 
1  | adj_weight_adult(1.6, 120, male = FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.