Screening Seven Clinical Markers for Association with Heart Disease
← Chapter 163
Capstone 4 · Technical Report
Technical Report

Screening Seven Clinical Markers for Association with Heart Disease

Effect sizes under multiple-comparison control.

Author  John Fisher
Series  Statistics, Data Science and AI: A Visual Handbook
Design  Observational cohort; 7 tests, FWER-controlled
Where this comes from
Chapter Chapter 163 · Multiple Comparisons: Screening Heart-Disease Markers
Part Part XXVII · Capstone Projects: Statistical Testing
Dataset capstone-heart-disease-markers.xlsx
Notebook View the analysis

Capstone Technical Report · Statistics, Data Science and AI: A Visual Handbook · John Fisher

Abstract. Abstract. Objective. To identify which of seven routine clinical markers differ between patients with and without diagnosed heart disease, while controlling the family-wise error rate incurred by testing several markers simultaneously. Methods. In an observational cohort (n = 575; 242 disease, 333 healthy), each marker was compared between groups by Welch's t-test; the seven p-values were corrected by the Bonferroni and Holm procedures. Effect sizes (Cohen's d; point-biserial correlation) were reported. Results. Uncorrected, three markers reached p < 0.05; after correction only two survived: Age (d = 1.34, r_pb = 0.55) and Cholesterol (d = 0.95, r_pb = 0.42), both p < 0.001. Systolic blood pressure was nominally significant (p = 0.021) but had a negligible effect size (d = 0.20) and did not survive correction, an expected false positive given a family-wise error probability of about 30% across seven tests. Conclusions. Only age and cholesterol are defensibly associated with disease status in this cohort. Because the data are observational and age is a plausible confounder of the other markers, a covariate-adjusted model is the appropriate next step; the marginal screen is hypothesis-generating, not confirmatory.

Keywords: Keywords: multiple comparisons; family-wise error rate; Bonferroni; Holm; effect size; confounding; observational study.

1. Introduction

Screening a panel of markers against a single outcome is efficient but statistically hazardous: each test carries its own type-I error probability, so the chance that at least one null marker is declared significant grows rapidly with the number of tests. For k independent tests at level alpha, the family-wise error rate (FWER) is 1 - (1 - alpha)^k, which for alpha = 0.05 and k = 7 equals about 30%. This report screens seven markers for association with heart-disease status and applies multiplicity control so that the reported discoveries are credible rather than artifacts of volume.

2. Data

The observational cohort records seven continuous markers and a binary heart-disease diagnosis per patient. After removing duplicate records and values outside clinically plausible ranges, and dropping records with missing markers, n = 575 patients remained (242 with disease, 333 healthy). Marker ranges used for cleaning were: Age 18–100; BMI 12–70; Systolic_BP 70–250; Diastolic_BP 40–150; Cholesterol 80–450; Glucose 50–400; Heart_Rate 35–200.

Table 1. Table 1. Data-cleaning provenance.
StepRuleRemovedRemaining
Raw export603
De-duplicationdrop duplicate rows3600
Range + missingplausible ranges; complete markers25575

3. Methods

For each marker, the two groups (disease vs healthy) were compared by Welch's unequal-variance t-test; at several hundred observations per group the Central Limit Theorem renders this robust. Effect sizes were Cohen's d (pooled) and the point-biserial correlation between the binary outcome and each marker, which is algebraically equivalent to the t-based comparison and quantifies association on the correlation scale. The seven resulting p-values were adjusted for multiplicity by the Bonferroni procedure (reject if p < alpha/k) and by Holm's step-down procedure, which controls the FWER with greater power. Analyses used SciPy and statsmodels in Python 3.

4. Results

The clinical dashboard (Figure 1) previews the result: only age and cholesterol visibly separate the groups, and in the correlation matrix the Disease row shows Age at 0.55 and Cholesterol at 0.42 against near-zero values elsewhere. Table 2 gives the formal screen, ranked by effect size.

Figure from the analysis.
Figure 1. Clinical dashboard: age by disease status, BMI vs systolic BP, standardized marker boxplots by group, and the correlation matrix (including the Disease label).
Table 2. Table 2. Two-group screen for all seven markers, ranked by effect size. Bonferroni threshold = 0.05/7 = 0.0071.
MarkerHealthyDiseaseCohen's dr_pbp (raw)Verdict
Age47.561.71.340.55<0.001survives (Holm & Bonferroni)
Cholesterol197.8234.60.950.42<0.001survives (Holm & Bonferroni)
Systolic_BP129.7126.70.20-0.100.021raw-significant; rejected by correction
Diastolic_BP82.083.20.110.060.174not significant
Heart_Rate74.973.80.11-0.050.208not significant
Glucose97.498.80.060.030.443not significant
BMI27.627.60.010.000.919not significant

Two markers, Age and Cholesterol, are associated with disease by any standard: both have large effect sizes and p-values many orders of magnitude below even the Bonferroni threshold. Systolic blood pressure is the instructive case: its raw p-value (0.021) falls under 0.05, but its effect size is negligible (d = 0.20) and it does not survive either correction. It is the false positive anticipated by the 30% family-wise error rate, and it is a clinically seductive one, since blood pressure is a marker an investigator expects to matter. The remaining four markers are not significant even before correction. Figure 2 summarizes the outcome on the effect-size scale.

Figure from the analysis.
Figure 2. Effect size per marker. Markers surviving multiplicity correction (green) are distinguished from a raw-only false positive (gold) and non-significant markers (gray).

5. The correction expressed as interval widths

Table 3. Effect sizes with unadjusted and Bonferroni-adjusted confidence intervals.
MarkerCohen's d95% CI99.29% CI (adjusted)Verdict
Age+1.34+1.16 to +1.52+1.09 to +1.59survives
Cholesterol+0.95+0.78 to +1.12+0.71 to +1.19survives
Systolic BP−0.20−0.36 to −0.03−0.42 to +0.03crosses zero
Diastolic BP+0.11−0.05 to +0.28−0.11 to +0.34never significant
Glucose+0.06−0.10 to +0.23−0.16 to +0.29never significant
Heart rate−0.10−0.27 to +0.06−0.33 to +0.12never significant
BMI+0.01−0.16 to +0.17−0.22 to +0.24never significant

Multiplicity corrections are conventionally presented as an adjustment to the rejection threshold. The equivalent and more transparent presentation is as an adjustment to interval width: controlling the family-wise error rate at 5 percent across seven comparisons requires each individual interval to be constructed at the 99.29 percent level.

Systolic blood pressure is the informative case. Its conventional interval excludes zero and its adjusted interval does not, which is precisely the decision reached by the step-down procedure, expressed in a form that requires no familiarity with the procedure to read. Age and cholesterol are unaffected by the widening, their intervals remaining remote from zero under either construction. That insensitivity is the signature of a robust finding.

Reporting both interval widths is recommended in preference to reporting adjusted p-values alone, since it communicates the magnitude of the estimate and the stringency of the evidential standard simultaneously.

6. Discussion

The analysis makes two methodological points concrete. First, multiplicity control is not a formality: without it, this seven-marker screen would have reported blood pressure as a finding, a false positive with a trivial effect size. Reporting the effect size alongside the corrected p-value provides a second, independent guard against over-interpretation. Second, and more fundamentally, this is an observational cohort, so the surviving associations are not causal. Age is a canonical confounder here: it is associated with disease and with several markers (notably cholesterol), so a marginal association between cholesterol and disease may be partly or wholly attributable to age. Disentangling a marker's independent contribution requires a multivariable model that adjusts for age (e.g., logistic regression), not a battery of univariate tests. The marginal screen is properly read as hypothesis-generating.

When the number of tests is large, FWER control by Bonferroni becomes conservative and power suffers; in such settings the false discovery rate (Benjamini-Hochberg) is the standard alternative, bounding the expected proportion of false discoveries rather than the probability of any. With only 7 tests the FWER approach adopted here is appropriate and transparent.

7. Conclusion

Of seven markers screened against heart-disease status, only Age (d = 1.34) and Cholesterol (d = 0.95) are defensibly associated after controlling the family-wise error rate; systolic blood pressure was a correction-rejected false positive. Given the observational design and the confounding role of age, a covariate-adjusted model is the appropriate confirmatory step.

References

  • Welch, B. L. (1947). The generalization of Student's problem when several different population variances are involved. Biometrika, 34(1–2), 28–35.
  • Bonferroni, C. E. (1936). Teoria statistica delle classi e calcolo delle probabilita. Pubbl. R. Ist. Sup. Sci. Econ. Comm. Firenze, 8, 3–62.
  • Holm, S. (1979). A simple sequentially rejective multiple test procedure. Scandinavian Journal of Statistics, 6(2), 65–70.
  • Benjamini, Y., & Hochberg, Y. (1995). Controlling the false discovery rate. Journal of the Royal Statistical Society B, 57(1), 289–300.
  • Cohen, J. (1988). Statistical Power Analysis for the Behavioral Sciences (2nd ed.). Lawrence Erlbaum.
  • Rothman, K. J. (1990). No adjustments are needed for multiple comparisons. Epidemiology, 1(1), 43–46.

Reproducibility

The dataset (capstone-heart-disease-markers.xlsx) and an executable notebook reproducing every statistic, table, and figure accompany the chapter. Analyses use NumPy, pandas, SciPy, statsmodels, seaborn, and Matplotlib.

From Statistics, Data Science and AI: A Visual Handbook by John Fisher. Every statistic, table, and figure in this report is reproduced by the companion notebook.