This is my reproducible pitch presentation, where I describe what I did in my simple app project. The simple app predicts the expected weight given the height.
To checkout the app please visit, shiny app
The app is based on the dataset "women" that is part of the basic package in R.The data set gives the average heights and weights for American women aged 30-39. The structure of the data is,
## height weight
## 1 58 115
## 2 59 117
## 3 60 120
## 4 61 123
## 5 62 126
## 6 63 129
Where height is in "inches" and weight is in "lb".