Skip to main content

Section 15.3 Investigation 3.7: CPR vs. Chest Compressions

In this investigation, you will apply the procedures you have just learned to a study comparing different ways of responding to a heart attack.

Exercises 15.3.1 The Study

For many years, if a person experienced a heart attack and a bystander called 911, the dispatcher instructed the bystander in how to administer chest compression plus mouth-to-mouth ventilation (a combination known as CPR) until the emergency team arrived. Some researchers believe that giving instruction in chest compression alone (CC) would be a more effective approach.
CPR instruction study illustration
In the 1990s, a randomized comparative experiment was conducted in Seattle involving 518 cases (Hallstrom, Cobb, Johnson, & Copass, New England Journal of Medicine, 2000): In 278 cases, the dispatcher gave instructions in standard CPR to the bystander, and in the remaining 240 cases the dispatcher gave instructions in CC alone. A total of 64 patients survived to discharge from the hospital: 29 in the CPR group and 35 in the CC group.

1. Identify Study Components.

Identify the observational units, explanatory variable, and response variable. Is this an observational study or an experiment?
Observational units:
Explanatory:
Response:
Solution.
Observational units = 518 cases (or victims of heart attack, or bystanders)
Explanatory variable = whether they were given CPR or CC instructions (binary)
Response variable = whether the patient survived to discharge from the hospital (binary)

2. Study Type.

Is this an observational study or an experiment?
  • Experiment
  • Observational study
Solution.
This is an experiment because they are randomly assigning the type of instruction to the bystanders.

3. Construct Two-Way Table.

Construct a two-way table to summarize the results of this study. Remember to put the explanatory variable in the columns.
Outcome \ MethodΒ  Β CPRΒ  Β CC aloneΒ  Total
Survived
Did not survive
Total
Solution.
Outcome \ Treatment CPR CC alone Total
Survived 29 35 64
Did not survive 249 205 454
Total 278 240 518

4. Calculate Difference.

Calculate the difference in the conditional proportions who survived (CC – CPR). Does this seem to be a noteworthy difference to you?
Solution.
\(\hat{p}_{CC} - \hat{p}_{CPR} = 35/240 - 29/278 = 0.0415\)
Opinions will vary on whether this difference appears noteworthy.

5. Fisher’s Exact Test.

Use R or JMP to carry out Fisher’s Exact Test (by calculating the corresponding hypergeometric probability) to assess the strength of evidence that the probability of survival is higher with CC alone as compared to standard CPR. Write out how to calculate this probability, report the p-value, and interpret what it is the probability of.
Let \(X\) represent
p-value = \(P(X\) ) =
where \(X\) follows a hypergeometric distribution with \(N\) = , \(M\) = , and \(n\) =
Interpretation:
Solution.
Let \(X\) represent the number of survivors in the CC group. Note, we are assessing the strength of evidence that the probability of survival is higher with CC alone.
exact p-value = \(P(X \geq 35)\) with \(M = 64\text{,}\) \(n = 240\text{,}\) \(N = 518\)) = 0.0974
Interpretation: If the two treatments were equally effective, there would be about a 9.7% chance of getting 35 or more survivors in the CC group of 240 patients when randomly assigning all 518 patients to the two treatment groups.
Example 15.3.1. Applet output.
Example 15.3.2. R output.
Example 15.3.3. JMP output.
Because the sample sizes are large in this study, you should not be surprised that the probability distribution in Question 5 is approximately normal. The large sample sizes allow us to approximate the hypergeometric distribution with a normal distribution. Thus, with large samples sizes (e.g., at least 5 successes and at least 5 failures in each group), an alternative to Fisher’s Exact Test is the two-sample z-test that you studied in Investigation 3.1.

6. Two-Sample z-test.

Use technology to obtain the two-sample z-test statistic and p-value for this study. Compare this p-value to the one from Fisher’s Exact Test; are they similar?
Aside: Theory-Based Inference Applet.
Hint.
In the applet, you can now check a box to Show z-test output.
Solution.
The p-value is a little smaller (0.076) compared to the exact p-value of 0.0973.
Example 15.3.4. Applet.
Example 15.3.5. R.
Example 15.3.6. JMP.

7. Improving Approximation.

Suggest a way of improving the approximation of the p-value.
Solution.
continuity correction, finding \(P(X β‰₯ 34.5)\)

8. Optional: Continuity Correction.

(Optional): Compare the normal approximation with a continuity correction to the hypergeometric calculation.
Hint.
e.g., Use simulation in the Analyzing Two-way Tables applet to adjust the count samples box. In R, use iscamhypernorm(29, 518, 64, 278, TRUE)
Solution.
To make sure the probability mass at 35 is included, we could consider finding the probability for something just below 35 (e.g., 34.5) This changes the p-value approximation from .0763 to .0974, closer to the FET p-value of .0973.
Example 15.3.7. Applet.
Example 15.3.8. R.
Example 15.3.9. JMP.

9. Significance at Different Levels.

Do the data from this study provide convincing evidence that CC alone is better than standard CPR at the 10% significance level? Explain. How about the 5% level of significance?
Solution.
The exact p-value of 0.09736 is below 0.10, so we would consider this convincing evidence at the 10% level but not at the 5% level of significance.
An advantage to using the z-procedures is being able to easily produce a confidence interval for the parameter.

10. Confidence Interval.

Use technology to determine a 95% confidence interval for the parameter of interest, and then interpret this interval.
Aside: Theory-Based Inference Applet.
Hint.
Think carefully about what the relevant parameter is in this study.
95% CI: (, )
Interpretation:
Solution.
Using the two-sample z-interval:
95% CI for \(\pi_{CPR} - \pi_{CC}\text{:}\) (-0.0988, 0.0158)
I’m 95% confident that the survival probability is up to 0.0988 higher for the CC group but could be up to 0.0158 higher for the CPR group.
Example 15.3.10. Applet (with Adjusted Wald).
Example 15.3.11. R.
Example 15.3.12. JMP (with Adjusted Wald).

11. Reversing the Subtraction.

Suppose you had defined the parameter by subtracting in the other direction (e.g., CPR – CC instead of CC – CPR). How would that change:
(i) the observed statistic?
(ii) the standardized statistic?
(iii) the alternative hypothesis?
(iv) the p-value?
(v) confidence interval?
Solution.
(i) The observed statistic would now be positive 0.042 β€” change sign
(ii) The standardized statistic would now be positive (but same magnitude) β€” change sign
(iii) The alternative hypothesis would now be \(\pi_{CC} - \pi_{CPR} > 0\) β€” change direction
(iv) The p-value, now the probability of a statistic above 0.042, would be the same β€” no change
(v) The endpoints of the confidence interval will reverse sign β€” both endpoints change sign
Note: Even with a 90% confidence level, zero is captured in the interval, even though we rejected the null hypothesis for a 10% level of significance. This can happen when you compare a one-sided p-value to a confidence interval which corresponds to a two-sided p-value. The other issue is even 0.0896 is not all that large of a value, so even if you consider the difference statistically significant, it’s not clear whether the CC treatment has a "large" benefit.

Subsection 15.3.2 Practice Problem 3.7A

Researchers in the CPR study also examined other response variables. For example, the 911 dispatcher’s instructions were completely delivered in 62% of episodes assigned to chest compression plus mouth-to-mouth compared to 81% of the episodes assigned to chest compression alone.

Checkpoint 15.3.13. Difference in Proportions.

Calculate the difference in conditional proportions and compare it to the original study.

Checkpoint 15.3.14. p-value Comparison.

Without calculating, do you suspect the p-value for comparing this new response variable between the two groups will be larger or smaller or about the same as the p-value you determined above? Explain your reasoning.

Subsection 15.3.3 Practice Problem 3.7B

The above study was operationally identical to that of another study and the results of the two studies were combined. Of the 399 combined patients randomly assigned to standard CPR, 44 survived to discharge from the hospital. Of the 351 combined patients randomly assigned to chest compression alone, 47 survived to discharge.

Checkpoint 15.3.15. Combined Study Difference.

Calculate the difference in conditional proportions and compare it to the original study.

Checkpoint 15.3.16. Combined Study p-value.

Without calculating, do you suspect the p-value for this comparison will be larger, smaller, or the same as the p-value you determined? Explain your reasoning.
You have attempted of activities on this page.