2025-05-05

My shiny app

For my Module 5 assignment, I made a shiny app using the “women” dataset from the “datasets” R package. This dataset contains average weights and heights for women circa 1975. I plotted weight as a function of height and included a slider for inputting a height. The app will output the average weight corresponding to the indicated height.

Where to find this app

The plot looks something like this.

Here is some embedded R code to generate the plot of height vs. weight.

Another slide

Five slides is a lot for describing such a simple app. I guess I could have made a more complicated app, but I am new at this and I feel pretty accomplished that I even figured out how to do this.

Thanks for reading!