[1] 2
When you click the Render button a document will be generated that includes:
[1] 2
Body Mass Index (BMI) is a widely used indicator of body fat, but calculating it can be confusing.
Our solution: A simple, interactive BMI calculator built with Shiny.
The app takes two inputs and instantly computes BMI.
The formula used is:
BMI = weight (kg) / (height (m))²
The result is displayed with a category (Underweight, Normal, Overweight, Obese).
Try the app here: https://adlinehaha.shinyapps.io/bmi_calculator/
The app features:
Example: For a person weighing 70 kg and 170 cm tall, BMI = 24.2.
| Weight_kg | BMI | Category |
|---|---|---|
| 50 | 17.3 | Underweight |
| 60 | 20.8 | Normal |
| 70 | 24.2 | Normal |
| 80 | 27.7 | Overweight |
| 90 | 31.1 | Obese |
Why this app is useful:
Future improvements:
Thank you!