Shiny app to run discrete event simulation model for AAA Screening in R
To run the app, do the following:
- Within R, firstly make sure the packages "shiny", "shinythemes", "ggplot2" and "parallel" are installed, e.g.
install.packages("shiny")
install.packages("shinythemes")
install.packages("ggplot2")
install.packages("parallel")
- Then type
library(shiny)
runGitHub("AAAScreening","mikesweeting")