Skip to content

nhs-bnssg-analytics/NHSRtt

Repository files navigation

NHSRtt

R-CMD-check

codecov

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.

Installation

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
)

Vignettes

The vignettes are also available on the packages website using the Articles drop down.