Missed Appointment Study
Home
Content
1. Research Question
2. Protocol
3. Data
4. Methods
5. Results
6. Interpretation
7. Limitations
8. Reuse & Citation
Research Readiness
Submission Pack Documentation
Project Summary
Analysis
Analysis Plan
Analysis Notes
Data
Data Dictionary
Governance
Dataset Card
Model Card
Decision Log
Risk Register
Reproducibility Checklist
Governance Status
AI Support
AI Capability Checkpoints
AI Disclosure Statement
Deploy
GitHub Pages
Troubleshooting
On this page
Reproducibility Checklist
Reproducibility Checklist
Use this checklist to ensure the project can be independently reproduced.
All raw data sources are documented or provided (where legally/ethically permitted).
(Provided synthetic data)
Data cleaning and preprocessing scripts are included and documented.
(Not applicable for synthetic data)
The computational environment (e.g., packages, versions) is documented.
(Described in analysis notes)
All analysis scripts are included and use relative paths.
(Demonstrated via Quarto chunks)
Random seeds are set where stochastic processes are used.
(Seed set in data generation script: 42)
Instructions for running the analysis pipeline from start to finish are clear.
(See README)