calc_bsa: Calculate body surface area

Description Usage Arguments Examples

Description

Get an estimate of body-surface area based on weight and height

Usage

1
calc_bsa(weight = NULL, height = NULL, method = "dubois")

Arguments

weight

weight

height

height

method

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

Examples

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

ronkeizer/clinPK documentation built on May 20, 2019, 5:07 p.m.