1 / 23

Time Between Charts

Time Between Charts. Farrokh Alemi, Ph.D. Steps in construction of time in between charts. Verify the chart assumptions Select to draw time to success or time to failure Calculate time to success or failure Calculate control limits Plot chart Interpret findings Distribute chart.

reese-byers
Download Presentation

Time Between Charts

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Time Between Charts Farrokh Alemi, Ph.D.

  2. Steps in construction of time in between charts • Verify the chart assumptions • Select to draw time to success or time to failure • Calculate time to success or failure • Calculate control limits • Plot chart • Interpret findings • Distribute chart

  3. Step 1: Check assumptions • One observation per time period • Dichotomous discrete rare event • Independent observations over time • Geometric Distribution of observations (Longer time to event is increasingly rare)

  4. Step 2: Select the event to trace • Plot time to failure if failure is more rare than success • Plot time to success if success is more rare than failure

  5. Step 3: Calculate time to event

  6. Step 4: Calculate control limits • If failures are rare, calculate R as the ratio of failure days to success days  • If success is rare, calculate R as the ratio of successful days to failure days • UCL = R + 3 [R * (1+R)] 0.5

  7. Step 5: Plot control chart • X-axis is time • Y-axis is either length of failures or length of successes • UCL is drawn as straight line

  8. Steps 6 & 7: Interpret findings & distribute chart • Any series exceeding UCL cannot be due to chance and is a statistically significant deviation from historical patterns • If any point in a series is above the UCL, then the entire series is unusual not just the point exceeding the limit. • In distributing chart include: • Assumptions • Plot • Interpretation

  9. Example in asthma care • Patient followed for 19 days • Personal best 310 • 80% of personal best is 248 • Is the patient’s asthma improving? =if(A2<248,”Yes”,”No”)

  10. Calculate attack free days =IF(B2="Yes",0,1) =IF(B3="Yes",0,B2+1)

  11. Calculate control limits =COUNTIF(B2:B20,"Yes") =COUNTIF(B2:B20,“No") =F5+3*(F5*(1+F5))^0.5

  12. Plot chart

  13. Interpret findings & distribute • Recovery on the 5th day was not statistically significant • From 9th to 14th day, when patient was away from home, there was significant recovery. • After the 14th day, the patient returns home and so do the asthma attacks

  14. Example in Court Ordered Substance Abuse Treatment Different corrective actions are needed for relapse or return to poor habits

  15. What Is Relapse? • A working definition of relapse is difficult. • It is a relapse, if I say it is. Otherwise it is not. • Behavioral definitions have been offered recently. • We provide a statistical definition.

  16. Sample Case • Client was tested weekly for 20 weeks • There has been failures on 6th, 10th and 15th through 17th week • Are these failures return to poor habits or merely temporary relapses?

  17. How to score length of relapses?

  18. If current date is success, then 0 Otherwise, if previous day is relapse then add 1 to previous days count, if not relapse Then set current count to 1 day of relapse Calculating Length of Relapse in Excel

  19. Check Assumptions • Time to success should have a geometrically decaying shape • Eye examination suggests the assumption is reasonable • Frequency of failures are low.

  20. =COUNT(C2:C21)-COUNTIF(C2:C21, 0) =COUNTIF(C2:C21,0) =E2/E3 =E4+3*(E4*(1+E4))^0.5 Calculate Upper Control Limit

  21. Step 4: Plot the Relapse Chart

  22. Interpret the Chart • Points below control limit could be due to chance events. Despite failures, the underlying habit is repeating as before. • There were two lapses • Series with one point above control limit have less than 1% chance of occurring due to chance alone. They represent changes in the underlying repetition of the habit. • There is one return to drug use

  23. Take Home Lesson Time in between charts are effective tools for examining rare events

More Related