Skip to content

Shiny app to run discrete event simulation model for AAA Screening

License

Notifications You must be signed in to change notification settings

mikesweeting/AAAScreening

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AAAScreening

Shiny app to run discrete event simulation model for AAA Screening in R

To run the app, do the following:

  1. 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")

  1. Then type

library(shiny)

runGitHub("AAAScreening","mikesweeting")

About

Shiny app to run discrete event simulation model for AAA Screening

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages