This function is deprecated; use bsa() with method = "Mosteller".
Details
The Mosteller equation for BSA: $$BSA = \sqrt{\frac{W \cdot H}{3600}}$$
where:
\(W\) = weight (kg)
\(H\) = height (cm)
Examples
mosteller_bsa <- bsa(70, 170, method = "Mosteller")
