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.
Run without installing
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")
Installation
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"
)
Web pages
See more information about the model on the pkgdown website.