powered by
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, ...)
single numeric, height in meters
weight in kg, may be a vector
logical value(s) whether patient is male. TRUE or FALSE.
passed to validation
# NOT RUN { adj_weight_adult(1.6, 120, male = FALSE) # }
Run the code above in your browser using DataLab