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
- Host: GitHub
- URL: https://github.com/birmingham-and-solihull-ics/elective_waiting_list_modelling
- Owner: Birmingham-and-Solihull-ICS
- License: other
- Created: 2024-09-13T08:32:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T15:19:23.000Z (4 months ago)
- Last Synced: 2025-03-07T16:25:52.355Z (4 months ago)
- Topics: discrete-event-simulation, queue-simulation, queueing-theory, r, waiting-time
- Language: R
- Homepage:
- Size: 82 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# First OP waiting list modelling
[](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.