calc_bsa {clinPK} | R Documentation |
Get an estimate of body-surface area based on weight and height
calc_bsa(weight = NULL, height = NULL, method = "dubois")
weight |
weight |
height |
height |
method |
estimation method, choose from 'dubois', 'mosteller', 'haycock', 'gehan_george', 'boyd' |
calc_bsa(weight = 70, height = 170) calc_bsa(weight = 70, height = 170, method = "gehan_george")