The goal of RTTshiny is to provide an interface to a stock-and-flow model on NHS Referral to Treatment data, to allow planners to understand how changes in future treatment capacity can effect the waiting list size and knock on performance.
If you have R installed on your machine, the following command may work to run the application without installing the package:
# install.packages("shiny")
shiny::runGitHub("RTT_compartmental_modelling", "nhs-bnssg-analytics")
You can install the development version of RTTshiny from GitHub with:
# install.packages("devtools")
devtools::install_github(
"nhs-bnssg-analytics/RTT_compartmental_modelling",
dependencies = "Suggests"
)
To launch the Shiny app following installation:
RTTshiny::run_app()
See more information about the model on the pkgdown website.