🎯 Target Failure Rate

The target failure rate (*pβ‚€*) in cusum_analysis is a predefined acceptable rate of failure for a procedure. It acts as a baseline against which a trainee’s performance is compared. Deviations from this rate help determine learning progression or performance issues.

It must be set realistically based on clinical standards, published data, or institutional benchmarks.

Factors to consider:

  • Literature-based complication rates
  • Internal quality data from experienced clinicians
  • Complexity of the procedure
  • Training stage (novice vs expert-level target)
Procedure Target Failure Rate (pβ‚€) Notes
β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”-β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”-———–
lumbar_puncture 10–20% Includes traumatic taps or supervisor takeover
central_line_insertion 5–10% Includes failed placement, arterial puncture
intubation (1st pass) 10–20% Setting-dependent: OR vs ED vs ICU
ube_lumbar_discectomy 10–15% Includes incomplete decompression or conversions
laparoscopic_cholecystectomy 5% Conversion to open, bile leak, etc.

\[ S_i = S_{i-1} + (X_i - pβ‚€) \] Where:

  • Xα΅’ = 1 for failure, 0 for success
  • pβ‚€ = target failure rate (e.g., 0.20 = 20%)
  • Sα΅’ = cumulative sum at procedure *i*
  • Setting *pβ‚€* too low = premature labeling of underperformance
  • Setting *pβ‚€* too high = failure to detect real learning issues
  • It should reflect a balance between ideal and realistic
  • target_failure_rate.txt
  • Last modified: 2025/04/08 18:13
  • by 127.0.0.1