title: “BMI Calculator Shiny App” author: “hibaesawy” date: “April 28, 2026” output: ioslides_presentation —
title: “BMI Calculator Shiny App” author: “hibaesawy” date: “April 28, 2026” output: ioslides_presentation —
This presentation introduces the BMI Calculator Shiny App.
The application allows users to:
Body Mass Index (BMI) is a simple health indicator.
It helps users understand whether they are:
This app provides a quick and easy BMI calculation.
BMI is calculated using:
weight <- 70 height <- 1.75 weight / (height^2)
## [1] 22.85714
The Shiny app includes:
Thank you for viewing this presentation.
Use the live BMI Calculator App here: https://hibaesawy.shinyapps.io/bmi_app/