Shiny application that walks a user through good SPC practices.
- Allows users to upload a csv or excel file.
- Runs basic EDA.
- Checks assumptions are valid for run chart.
- Walks user through creation of run and control charts.
To use:
- Download
ui.R
,server.R
, and thewww
folder to a new folder called 'spc_shiny_app' - In RStudio, set your working directory to this location
- In the RStudio console, enter the command
runApp('./spc_shiny_app')