Ellie Kim
2018-05-24
Left Pane
- textInput :Input your name
- selectInput : Select swiss column X for modeling and plot
- selectInput : Select swiss column Y for modeling and plot
- checkboxInput : Tick checkboxs for X axis ,Y axis, and main title label
- radiobuttons : Select radiobutton for plot image file download
Main Pane
Four tabs in main panel as below :
- Data : Displays swiss data observations
- Summary : Displays summary for the swiss data
- Modeling : Displays linear modeling for the data as per user selection
- Plot : Displays plot, regression line and loess line for corresponding data
The Shiny App is avaialbe at shinyapps.io https://efractals.shinyapps.io/Wk4Project/
The files are available at Github repository https://github.com/keunmee/DevelopingDataProjects
Thank you for reviewing!