From 2681eb18dd6cc57e15ce4b1e1261bee159ad6357 Mon Sep 17 00:00:00 2001 From: OliE Date: Sun, 12 Nov 2017 13:52:59 +0100 Subject: [PATCH] Updated Body metric estimations (markdown) --- Body-metric-estimations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Body-metric-estimations.md b/Body-metric-estimations.md index e75e24a..20bdff7 100644 --- a/Body-metric-estimations.md +++ b/Body-metric-estimations.md @@ -93,7 +93,7 @@ Female: -26.6224 + (0.262513 * BODY_HEIGHT) + (0.232948 * WEIGHT) "Estimated lean body mass as an index for normalization of body fluid volumes in humans" in Am J Physiol. 1984 Oct;247(4 Pt 2):F632-6. Male: (0.4071 * WEIGHT) + (0.267 * BODY_HEIGHT) - 19.2
-Female: (0.252f * WEIGHT) + (0.473f * BODY_HEIGHT) - 48.3 +Female: (0.252 * WEIGHT) + (0.473 * BODY_HEIGHT) - 48.3