calc_bsa: Calculate body surface area

calc_bsaR Documentation

Calculate body surface area

Description

Get an estimate of body-surface area (in m2) based on weight and height

Usage

calc_bsa(
  weight = NULL,
  height = NULL,
  method = c("dubois", "mosteller", "haycock", "gehan_george", "boyd")
)

Arguments

weight

weight

height

height

method

estimation method, choose from dubois, mosteller, haycock, gehan_george, boyd

Value

Returns a list of the following elements:

value

Body Surface Area (BSA) in units of m2

unit

Unit describing BSA, (m2)

Examples

calc_bsa(weight = 70, height = 170)
calc_bsa(weight = 70, height = 170, method = "gehan_george")

InsightRX/clinPK documentation built on June 14, 2025, 9:48 p.m.