Intradepartmental Consultation Analysis
Preface
This Quarto book documents an intradepartmental consultation analysis for digital pathology, covering data construction, data quality, efficiency, collaboration networks, predictive modeling, and reproducibility.
What This Book Covers
- Context: Why and how consultations are logged, and the research questions guiding the analysis.
- Data Pipeline: How raw Excel exports are cleaned, standardized, anonymized, and combined (
R/process_data.R). - Quality & Integrity: Checks for missing fields, exclusions, self-consults, and date validity.
- Analytics: Turnaround time patterns, workload balance, consultation networks, and statistical tests.
- Models & Forecasts: Predictive models for turnaround time and consultation volume.
- Reproducibility: How to rebuild processed data and render the book.
How to Use It
- Start with
introduction.qmdfor background and research questions. - See
materials_and_methods.qmdandprocess_data.qmdfor data lineage and processing rules. - Review
analysis.qmd,statistical_analysis.qmd, andnetwork_analysis.qmdfor core findings. - Check
predictive_models.qmdanddashboard.qmdfor modeling and operational views. - Consult
reproducibility.qmdfor rebuild instructions;appendix.qmdholds extended tables.