Old Faithful Data Analysis Report
Data presented using the Shiny App, displayed in an RMarkdown presentation.
4/27/2022
Old Faithful Data Analysis Report
Data presented using the Shiny App, displayed in an RMarkdown presentation.
Click the Below Link for the Application.
https://205colleen.shinyapps.io/Diamond_Presentation/
Click the link below for compiled project files on gitub repo.
The data used for this application is from the Old Faithful dataset in R.
library("ggplot2")
summary(faithful)
## eruptions waiting ## Min. :1.600 Min. :43.0 ## 1st Qu.:2.163 1st Qu.:58.0 ## Median :4.000 Median :76.0 ## Mean :3.488 Mean :70.9 ## 3rd Qu.:4.454 3rd Qu.:82.0 ## Max. :5.100 Max. :96.0