The goal of NHSRtt is to allow analysts to implement a simple stock-and-flow model to NHS activity data to support analysis of future demand and capacity scenarios to understand NHS waiting times.
You can install the development version of NHSRtt from GitHub with:
# install.packages("devtools")
devtools::install_github("nhs-bnssg-analytics/NHSRtt")
Or to get a walkthrough vignette you can install the package - though this will take a few minutes:
# install.packages("devtools")
devtools::install_github(
"nhs-bnssg-analytics/NHSRtt",
build_vignettes = TRUE
)
The vignettes are also available on the packages website using the Articles drop down.