calculate_robi: Calculate Robi index

Description Usage Arguments Details Value Examples

View source: R/strenght_index.R

Description

Developed by Former IWF Technology Director Robert Nagy, the "Robi Points" is the official IWF calculation method to compare individual athlete Total results across each of the IWF body weight categories at Junior and Senior level.

Usage

1
calculate_robi(weight, sex, lift_total)

Arguments

weight

weight in kg

sex

one of male or female.

lift_total

Total weight (kg) that was lifted.

Details

For more information see: https://www.iwf.net/robi-points/

Value

Robi index

Examples

1
calculate_robi(106, "male", 320)

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