Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Update formula for Body Surface Area #2532

Open
jeffreyad opened this issue Oct 10, 2024 · 2 comments
Open

Documentation: Update formula for Body Surface Area #2532

jeffreyad opened this issue Oct 10, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers Save for R/Pharma

Comments

@jeffreyad
Copy link
Collaborator

Please select a category the issue is focused on?

Function Documentation, User Guides

Let us know where something needs a refresh or put your idea here!

Documentation for compute_bsa() gives the following for DuBois-DuBois formula

0.20247 * (height/100) ^ 0.725 * weight ^ 0.425

However the most common formula in specifications and online is

0.007184 * height ^ 0.725 * weight ^ 0.425

https://en.wikipedia.org/wiki/Body_surface_area

This format is also more consistent with the other formulae listed such as Takahira:

0.007241 * height ^ 0.725 * weight ^ 0.425

This would also remove the division by 100 for height.

@jeffreyad jeffreyad added documentation Improvements or additions to documentation good first issue Good for newcomers labels Oct 10, 2024
@imbeshat imbeshat mentioned this issue Oct 10, 2024
1 task
@bms63
Copy link
Collaborator

bms63 commented Oct 11, 2024

@jeffreyad - good R/Pharma issue?

@jeffreyad
Copy link
Collaborator Author

@jeffreyad - good R/Pharma issue?

Sure, yes. I will miss next week's meeting if there is any discussion about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers Save for R/Pharma
Development

Successfully merging a pull request may close this issue.

2 participants