calculate_sbsi: Calculate SBSI

Description Usage Arguments Details Value Examples

Description

\lifecycle

maturing

Calculate Surface-based Body Shape Index.

Usage

1
calculate_sbsi(height, bsa, vtc, waist)

Arguments

height

height in cm

bsa

body surface area in cm^2^

vtc

vertical trunk circumference in cm

waist

waist circumference in cm

Details

DETAILS

Value

Surface-based Body Shape Index

Examples

1
2
3
4
5
6
calculate_sbsi(
  height = 180,
  bsa = 2,
  vtc = 175,
  waist = 92
)

MarijnJABoer/befitteR documentation built on April 24, 2020, 5:43 a.m.