An open API service indexing awesome lists of open source software.

https://github.com/birmingham-and-solihull-ics/elective_waiting_list_modelling

R scripts for elective waiting list modelling
https://github.com/birmingham-and-solihull-ics/elective_waiting_list_modelling

discrete-event-simulation queue-simulation queueing-theory r waiting-time

Last synced: 3 months ago
JSON representation

R scripts for elective waiting list modelling

Awesome Lists containing this project

README

        

# First OP waiting list modelling

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)

This git repository holds the code for our scoping of waiting list calculations related to a limited Pilot of Cross Cover system.

## Aims

To quantify the waiting list, calculate pressures, relief capacity and time to clearance to excess WL down to sustainable number.
More specifically:

- We need to get to a point where reducing waiting list with capacity > demand
- Demand would reduce under demand management from Crosscover, so estimating 20% further reduction effects on WL
- Sustainable WL number for 18 week
- Average wait at sustainable number
- Time to bring the waiting list down sustainable number
- What would we need to reduce to 18 weeks, if it takes 12 months to procure and set up, how many years/months to reach target wait?)

## Contributions

Thoughts and contributions are welcome.

**By contributing to this project, you are taking responsibility for not uploading any data to GitHub**

To help with this, the project is contains a `.gitignore` file. This file contains file/folder/file extensions that Git will ignore by default. If you need to import one of these files, you can do so, but you will need to use the `force` command to do so.

- If using any data files, load them on your local machine to a folder called `'/data/'` and verify it is not committed. The `.gitignore` should do this automatically, but please check.
- Similarly for output, if generating any tables or potentially identifiable data (due to small numbers or record-level tables), add to a folder called `'/output/'` and verify it is not committed. The `.gitignore` should do this automatically, but please check.

**This repository is dual licensed under the [Open Government v3]([https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/) & MIT. All code and outputs are subject to Crown Copyright.