HAC Healthcare Analyst Data Analysis & Interpretation 3 — Questions and Answers
Question 1: A healthcare analyst calculates a 95% confidence interval for average ED wait time as [42 min, 58 min]. Which statement is the correct interpretation?
- 95% of individual patients wait between 42 and 58 minutes
- There is a 95% probability the true mean is between 42 and 58 minutes
- If the study were repeated many times, 95% of such intervals would contain the true mean (Correct answer)
- The sample mean is 95% accurate
Correct answer: If the study were repeated many times, 95% of such intervals would contain the true mean
A confidence interval is a frequentist construct meaning 95% of intervals built from repeated samples would capture the true population parameter.
Question 2: An analyst is building a predictive model for hospital-acquired infections and wants to minimize false negatives (missed infections). Which metric should be prioritized?
- Specificity
- Precision
- Sensitivity (recall) (Correct answer)
- Accuracy
Correct answer: Sensitivity (recall)
Sensitivity measures the proportion of true positive cases correctly identified, making it critical when missing a case has serious consequences.
Question 3: Which visualization is most appropriate for showing the distribution of patient age across four different diagnosis-related groups (DRGs)?
- Stacked bar chart
- Side-by-side box plots (Correct answer)
- Pie chart
- Line graph
Correct answer: Side-by-side box plots
Side-by-side box plots display the distribution, median, spread, and outliers for each group simultaneously, enabling direct comparison.
Question 4: A healthcare analyst wants to assess whether a new care coordination program reduced average LOS after controlling for patient acuity. The best study design to establish causality would be:
- A retrospective cohort comparing pre- and post-program periods
- A cross-sectional survey of discharged patients
- A randomized controlled trial assigning patients to program vs. usual care (Correct answer)
- A case-control study matching by diagnosis
Correct answer: A randomized controlled trial assigning patients to program vs. usual care
Randomized controlled trials use random assignment to eliminate confounding, providing the strongest evidence of causality.
Question 5: An analyst finds that surgical complication rates differ between hospitals after unadjusted analysis, but differences disappear after risk adjustment. This finding most likely indicates:
- The data contains errors that need cleaning
- Patient case-mix differences were driving the unadjusted disparity (Correct answer)
- The risk adjustment model is overfitted
- Surgical technique is equally effective across all hospitals
Correct answer: Patient case-mix differences were driving the unadjusted disparity
When unadjusted differences vanish after risk adjustment, it suggests the apparent disparity was due to differences in patient populations (case mix), not true performance differences.
Question 6: In the context of healthcare quality measurement, which statistical concept explains why hospitals with very few cases often appear to have extremely high or low complication rates?
- Selection bias
- Regression to the mean and small-sample instability (Correct answer)
- Type I error inflation
- Hawthorne effect
Correct answer: Regression to the mean and small-sample instability
Small sample sizes produce high variance in rate estimates, making extreme values more likely by chance — a manifestation of small-sample instability and regression to the mean.
Question 7: A healthcare analyst is using ICD-10 diagnosis codes to identify diabetic patients. Including only 'E11' (Type 2 diabetes) codes but missing 'E10' (Type 1) and combination codes would primarily affect which data quality dimension?
- Timeliness
- Completeness (Correct answer)
- Consistency
- Granularity
Correct answer: Completeness
Missing valid diabetic codes means the dataset does not capture all relevant cases, directly compromising completeness.
A healthcare analyst calculates a 95% confidence interval for average ED wait time as [42 min, 58 min].
Which statement is the correct interpretation?