Synopsis

Introduction

  1. What is SPC?
  2. Preface
  3. Synopsis

Part 1: Understanding Variation

  1. Understanding Variation
  2. Understanding SPC Charts
  3. Looking for Signals
  4. Charts Without Borders – using runs analysis as stand-alone rules with run charts
  5. Using SPC in Healthcare

Part 2: Constructing SPC Charts with R

  1. Your First SPC Charts with Base R
  2. Calculating Control Limits
  3. Highlighting Freaks, Shifts, and Trends
  4. Core R Functions to Construct SPC Charts
  5. SPC Charts with ggplot2
  6. Introducing qicharts2

Part 3: Case Studies and Worked Examples

  1. Case 1
  2. Case 2
  3. Case 3

Part 4: Advanced SPC Techniques

  1. Screened I Chart (eliminating freak moving ranges before calculating limits)
  2. SPC Charts for Rare Events
    • T Charts for Time Between Events
    • G Charts for Opportunities Between Cases
    • Bernoulli CUSUM charts for binary data
  3. Prime Charts for Count Data with Very Large Subgroups
  4. I Prime Chart for Measurement Data With Variable Subgroup Sizes
  5. Funnel Plots for Categorical Subgroups
  6. Pareto Charts for Ranking Problems
  7. Dual charting (omit?)

Part 5: Best Practices, Controversies, and Tips

  1. Tips for Effective SPC Implementation
    • Automating production of SPC charts
    • Engaging stakeholders
    • Continuous monitoring and improvement.
    • Problems and challenges with SPC
  2. Common Pitfalls to Avoid
    • Data issues, misinterpretation of charts
    • Overreacting to common cause variation (over-sensitive runs rules, too tight control limits)
    • Automating recalculation of control limits
    • One-to-one relation between PDSA cycles and dots on the plot
    • The Control Charts vs Run Charts Debate
  3. A Note on Rational Subgrouping and Sampling
  4. High Volume Data
  5. Scaling Up Charts (technical issues, tabular charts, grids)
  6. When to Transform Data Before Plotting (omit?)

Part 6: Conclusion and Final Thoughts

  1. Summary of Key Points
  2. Emerging trends in SPC and healthcare analytics
  3. Encouragement for Continuous Learning and Application
  4. Final Thoughts

Appendices

  1. Included Data Sets
  2. Basic Statistical Concepts
  3. Diagnostic Properties of SPC Charts (Two Types of Errors When Using SPC)
  4. A Note on R
  5. Table of Critical Values for Longest Runs and Number of Crossings
  6. Resources and Further Readings
  7. Glossary of Terms

  • Ideas for chapters / topics
    • Improved Runs Analysis Using the Bestbox and Cutbox approaches
    • CUSUM and EWMA Charts
    • Multivariate charts

  • Ideas for papers:
    • RAGs to RICHes (two voices)
    • Big data issues – CUSUM vs 3000 SPC charts
    • Improved I chart
    • The problem with SPC