bsa.Rd
Calculates Body Surface Area based on Weight and Height using the method specified. Default is Dubois.
bsa(weight, height, method = "Dubois")
bsa (m^2)
bsa(70, 170)
#> [1] 1.809708
bsa(70, 170, method = "Mosteller")
#> [1] 1.818119
bsa(70, 170, method = "Dubois")
#> [1] 1.809708