Preface
This book is about the practical application of Statistical Process Control (SPC) methodology in healthcare.
At its core, SPC is founded on a powerful, intuitive insight: processes are subject to two sources of variation – common cause and special cause. This distinction enables us to understand, monitor, and improve a wide range of processes. With this insight comes a suite of visual tools – run charts and control charts – that help differentiate between common and special cause variation with ease.
However, while SPC tools are conceptually simple to use, applying them correctly can be a challenge. As noted in a systematic review of SPC in healthcare:
… although SPC charts may be easy to use even for patients, clinicians, or managers without extensive SPC training, they may not be equally simple to construct correctly. To apply SPC is, paradoxically, both simple and difficult at the same time.
– Thor et al. (2007)
This book seeks to address this paradox by providing a straightforward, practical guide to the correct construction of SPC charts in healthcare using modern software.
What Sets This Book Apart?
This book is a step-by-step guide to easily and correctly producing SPC charts. Since this involves statistics, computing, and visualization, our software of choice is R – often referred to as the lingua franca of statistical computing and visualization.
What makes this book unique is its specialized, practical, and modern approach, specifically tailored for data scientists and practitioners in the healthcare sector. Here’s what you can expect:
Target audience
This book is for anyone looking to produce SPC charts using modern tools. While it is specifically geared toward data scientists, we recognize that our readers may include analysts, practitioners, managers, educators, students, researchers, clinicians, or even patients. Regardless of your role, if you work with healthcare data and want to master SPC, then this book is for you.Why R?
We’ve chosen R as our primary tool because it is popular, free, and open-source. While we are pro-R, we are not anti-other software; readers can adapt the concepts in this book to their preferred tools.
R has several key advantages:- Transparency and reproducibility: R’s programming capabilities ensure every step of data analysis and SPC chart construction is documented, making your work both readable and reproducible – something rarely achieved with “point-and-click” software.
- Automation: R allows for automating repetitive tasks such as generating monthly reports, slide decks, and SPC dashboards with customizable, high-quality graphics.
Healthcare-focused
Unlike general SPC books, this one focuses on healthcare-specific applications, addressing challenges like patient safety, clinical outcomes, and operational efficiency. It complements the foundational concepts in our companion book, Statistical Process Control: Elements of Improving Quality and Safety in Healthcare (Mohammed 2024).Practical and hands-on
The book takes a hands-on approach, providing real-world examples and case studies to help readers produce and use SPC charts confidently. This practical emphasis bridges the gap between theory and application.Comprehensive coverage
From foundational principles to advanced SPC techniques, this book covers it all. It’s designed to cater to both beginners and experienced data scientists, ensuring everyone finds value.Additional resources
Readers will gain access to supplemental materials, including:- R scripts
- Datasets
- A dedicated GitHub repository for continued learning and collaboration.
Prerequisites
No prior knowledge of SPC is assumed. However, basic familiarity with R is necessary to follow the steps and algorithms for constructing SPC charts. For those new to R, we recommend excellent (and free) resources such as the NHS-R Community.
How to Use This Book
New to SPC?: Start with Chapter 1 to learn about variation.
Eager to start plotting?: Jump straight to Chapters 5 and 6.
Want to go deeper?: Advanced chart types and topics are covered in later chapters for both beginners and experts.
Need more resources?: Visit our GitHub repository for datasets, code, and updates.
We hope this book proves valuable, and we welcome your feedback for ongoing improvement.