You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up the R environment using `renv` (recommended):
@@ -162,14 +162,14 @@ To generate the figures and tables from the paper (`mock_paper.md`), execute:
162
162
163
163
**Data dictionary** (explaining each field) is available in: `inputs/NHS_synthetic_dictionary.csv`.
164
164
165
-
This dataset is **synthetic** and was generated in the [rap_template_python_des](https://github.com/pythonhealthdatascience/rap_template_python_des) repository based on the the structure of some fields from the [Emergency Care Data Set (ECDS)](https://digital.nhs.uk/data-and-information/data-collections-and-data-sets/data-sets/emergency-care-data-set-ecds). The data generation process involved:
165
+
This dataset is **synthetic** and was generated in the [pydesrap_mms](https://github.com/pythonhealthdatascience/pydesrap_mms) repository based on the the structure of some fields from the [Emergency Care Data Set (ECDS)](https://digital.nhs.uk/data-and-information/data-collections-and-data-sets/data-sets/emergency-care-data-set-ecds). The data generation process involved:
166
166
167
167
***Arrivals:** Sampled from a Poisson distribution (average 15 patients per hour).
168
168
***Wait times:** Sampled from an exponential distribution (average wait time: 5 minutes).
169
169
***Service times:** Sampled from an exponential distribution (average service time: 10 minutes).
170
170
***Time period:** Data covers one full year (1st January - 31st December 2025).
171
171
172
-
This dataset is released under the MIT licence. If you use this data, please cite the original repository: [rap_template_python_des](https://github.com/pythonhealthdatascience/rap_template_python_des).
172
+
This dataset is released under the MIT licence. If you use this data, please cite the original repository: [pydesrap_mms](https://github.com/pythonhealthdatascience/pydesrap_mms).
173
173
174
174
The code for input modelling is in: `rmarkdown/input_modelling.Rmd`. Model parameters are determined in this file and then stored in: `R/parameters.R`. Description for each parameter can be found in the class docstring within this file.
175
175
@@ -211,7 +211,7 @@ repo/
211
211
├── mock_paper.md # Mock paper using some of the figures
212
212
├── NAMESPACE # Defines the exported functions and objects for the R package
213
213
├── NEWS.md # Describes changes between releases (equivalent to a changelog for R packages)
0 commit comments