# Derive BSA by the Mosteller method
compute_bsa(
height = 170,
weight = 75,
method = "Mosteller"
)
# Derive BSA by the DuBois & DuBois method
compute_bsa(
height = c(170, 185),
weight = c(75, 90),
method = "DuBois-DuBois"
)
Run the code above in your browser using DataLab