BMI Application : Agenda
Wed Aug 20 13:21:49 2014
- About BMI
- BMI Plot
- About The application
- How to use the application
About BMI
- BMI stands for Besal Metabolic Index. It is a measure of fitness, based on height and weight of an adult individual
- Usually it is measured in Kg/meter-square units (i.e. weight/(length2)). E.g. if your weight is 70 Kg and height is 1.7 meter, then your BMI is : 24.2215 Kg/meter-square
- It's range is:- under-weight< 18.5 <= normal < 25 <= over-weight
- BMI calculation for non-adults is out of scope for this application
- A BMI plot is displayed on the next page (the dataset is inbuilt)
BMI plot
BMI application
- The BMI application has been developed using cutting-edge technology called "shiny" in Rstudio, using R
- It has been developed by a leading data-scientist, trained by JHU
- The application has the following two parts :
- An UI, which receives inputs and displays output and
- A Server, that calculates BMI and decides weight-categorization
Using the BMI application
- The application takes inputs of weight in Kilogram and height in Meter. User will have to confirm that s/he is an adult by selecting Yes/No from a drop-down list.
- Press the "Calculate!" button - the BMI is calculated and displayed.
- To calculate a new BMI, with new inputs, reload the page.
- The server.R does the background work of calculation and generation of the messages. It is not of much importance for the user.