USMLE Step 1 · Biostatistics, Epidemiology, Population Health and Interpretation of Medical Literature
Correlation and Regression
Correlation (r) quantifies the strength and direction of the linear association between two variables, ranging from -1 to +1, while its square (r²) represents the proportion of variance explained. Regression analysis goes a step further by predicting outcomes: linear regression is utilized for continuous dependent outcomes, whereas logistic regression is utilized for binary, qualitative outcomes. Distinguishing between these methods and remembering that correlation does not equal causation are high-yield principles for success on the USMLE Step 1 exam.
Foundations and mechanisms
Why correlation and regression matter
Correlation and regression are statistical tools used to describe relationships between variables. In medical literature, they answer different questions. Correlation asks, “Do two variables vary together?” Regression asks, “How much does an outcome change when a predictor changes, and can we model or adjust that relationship?” For USMLE Step 1, the key distinction is that correlation measures association but does not imply causation, whereas regression estimates a quantitative relationship and can incorporate multiple predictors, including confounders.
Variables and data structure
A variable is a measured characteristic. The type of variable determines which method is appropriate.
| Variable type | Definition | Examples | Common regression approach |
|---|---|---|---|
| Continuous | Numerical value on a scale | Blood pressure in mm Hg, serum sodium in mEq/L, BMI in kg/m2 | Linear regression if outcome is continuous |
| Binary | Two categories | Disease present/absent, death/survival, smoker/nonsmoker | Logistic regression if outcome is binary |
| Categorical | More than two unordered groups | Blood type A/B/AB/O, race/ethnicity categories | Indicator variables in regression |
| Ordinal | Ordered categories | Cancer stage I–IV, pain scale, NYHA class I–IV | Ordinal models or treated cautiously as ranked data |
Correlation: strength and direction of association
The most common measure is the Pearson correlation coefficient, symbolized as r. It quantifies the strength and direction of a linear relationship between two continuous variables. Its value ranges from −1 to +1.
- r = +1: perfect positive linear correlation; as one variable increases, the other increases in exact linear fashion.
- r = −1: perfect negative linear correlation; as one variable increases, the other decreases in exact linear fashion.
- r = 0: no linear correlation; a nonlinear association may still exist.
Common approximate interpretations are: |r| < 0.3 weak, 0.3–0.5 moderate, and > 0.5 strong correlation, though these thresholds are context-dependent. Pearson correlation assumes approximately continuous data, linearity, and sensitivity to outliers. A single extreme value can substantially change r. Spearman rank correlation is used when data are ordinal, not normally distributed, or related monotonically but not linearly; it is based on ranks rather than raw values.
Regression: modeling the relationship
Simple linear regression models the relationship between one predictor variable and one continuous outcome:
Y = β0 + β1X + ε
- Y: dependent variable or outcome, such as systolic blood pressure.
- X: independent variable or predictor, such as age.
- β0: intercept; predicted Y when X = 0.
- β1: slope; expected change in Y for each 1-unit increase in X.
- ε: error term or residual; difference between observed and predicted values.
For example, if a model predicts systolic blood pressure as SBP = 90 + 0.7(age), then each additional year of age is associated with an average 0.7 mm Hg increase in systolic blood pressure. The slope is an association, not proof that aging itself directly causes the increase.
Coefficient of determination: R2
R2, the coefficient of determination, represents the proportion of variability in the outcome explained by the regression model. It ranges from 0 to 1. An R2 of 0.64 means that 64% of the variability in Y is explained by X or by the predictors in the model. In simple linear regression with one predictor, R2 = r2. Thus, if r = 0.8, R2 = 0.64.
Core assumptions of linear regression
- Linearity: relationship between X and Y is approximately linear.
- Independence: observations are independent; one patient’s value should not determine another’s.
- Homoscedasticity: residual variance is approximately constant across values of X.
- Normality of residuals: residuals are approximately normally distributed, especially important for confidence intervals and hypothesis testing.
- No major outliers or influential points: extreme observations can distort slopes and correlations.
Multiple and logistic regression
Multiple linear regression includes more than one predictor:
Y = β0 + β1X1 + β2X2 + … + ε
This allows adjustment for confounding, which occurs when a third variable is associated with both the exposure and the outcome and distorts their apparent relationship. For example, coffee drinking may appear associated with myocardial infarction if smoking is more common among coffee drinkers; smoking is a potential confounder.
When the outcome is binary, such as disease versus no disease, logistic regression is used. It models the log odds of the outcome and produces an odds ratio. An odds ratio of 2.0 means the odds of the outcome are twice as high in the exposed group compared with the reference group, after adjustment for included covariates if the model is multivariable.
Statistical inference in regression
Regression coefficients are commonly reported with 95% confidence intervals and p values. A 95% confidence interval that excludes the null value suggests statistical significance at approximately α = 0.05. For a linear regression slope, the null value is 0. For an odds ratio, relative risk, or hazard ratio, the null value is 1. Statistical significance does not guarantee clinical importance, absence of bias, or causality.
Clinical assessment and investigations
How correlation and regression “present” in medical literature
In USMLE-style biostatistics, correlation and regression usually appear as tools for assessing the relationship between variables. The “clinical presentation” is a study question such as: Does systolic blood pressure increase with age?, Does serum cholesterol predict myocardial infarction risk?, or Is a biomarker associated with tumor size? The first task is to classify the variables: continuous, ordinal, binary, or categorical. This determines the correct statistical “investigation.”
| Question | Outcome variable | Predictor variable | Typical method | High-yield interpretation |
|---|---|---|---|---|
| Are two continuous variables linearly related? | Continuous | Continuous | Pearson correlation | Correlation coefficient r ranges from −1 to +1 |
| Are two ranked or nonnormally distributed variables related? | Ordinal or skewed continuous | Ordinal or skewed continuous | Spearman rank correlation | Assesses monotonic association, not necessarily linearity |
| How much does Y change per unit change in X? | Continuous | Continuous or categorical | Linear regression | Regression coefficient β is the slope |
| What predicts a binary outcome? | Binary, eg death yes/no | Continuous or categorical | Logistic regression | Coefficients are commonly reported as odds ratios |
Initial assessment: scatterplots and direction of association
The first “investigation” is almost always visual inspection with a scatterplot. A correlation coefficient alone can be misleading if the association is nonlinear, driven by outliers, or composed of distinct subgroups. Pearson correlation assumes a roughly linear association between two continuous variables and is sensitive to extreme values. Spearman correlation converts values into ranks and is more robust for ordinal data or monotonic nonlinear relationships.
- Positive correlation: as X increases, Y tends to increase; r > 0.
- Negative correlation: as X increases, Y tends to decrease; r < 0.
- No linear correlation: r ≈ 0; however, a nonlinear relationship may still exist.
- Perfect correlation: r = +1 or r = −1; all points fall exactly on a straight line.
| Magnitude of |r| | Common descriptive interpretation |
|---|---|
| 0.00–0.19 | Very weak or negligible linear association |
| 0.20–0.39 | Weak association |
| 0.40–0.59 | Moderate association |
| 0.60–0.79 | Strong association |
| 0.80–1.00 | Very strong association |
Key interpretation thresholds
The correlation coefficient r measures strength and direction of a linear relationship, not causality. The coefficient of determination, r2, is the proportion of variance in the outcome explained by the predictor in simple linear regression. For example, if r = 0.70, then r2 = 0.49, meaning 49% of the variability in Y is explained by X; the remaining 51% is due to other factors and random variation.
Statistical significance is usually assessed with a null hypothesis of no association: r = 0 or β = 0. A conventional threshold is p < 0.05, meaning that if the null hypothesis were true, the probability of observing data at least this extreme is less than 5%. A 95% confidence interval for β or an odds ratio that excludes the null value indicates statistical significance at the 0.05 level: for β, the null is 0; for odds ratio, risk ratio, or hazard ratio, the null is 1.
Regression as the diagnostic test for prediction and adjustment
Linear regression models a continuous outcome using the equation Y = β0 + β1X + ε. Here, β0 is the intercept, β1 is the slope, and ε is random error. If β1 = 3 mm Hg/year in a model of systolic blood pressure versus age, then systolic blood pressure increases by an average of 3 mm Hg for each additional year of age.
Multiple linear regression includes more than one predictor: Y = β0 + β1X1 + β2X2 + … + ε. This is high-yield because it allows adjustment for confounders. A confounder is associated with both the exposure and outcome but is not on the causal pathway. For example, the association between coffee drinking and lung cancer may be confounded by smoking. After adjustment for smoking, the coffee coefficient may decrease toward the null.
Differential diagnosis of an observed association
| Finding | Possible explanation | USMLE interpretation |
|---|---|---|
| Strong r, small p-value | True association, large sample size, or both | Statistical significance does not prove clinical significance |
| r near 0 | No linear association | Nonlinear association may still be present |
| Association disappears after adjustment | Confounding | Adjusted regression helps separate independent associations |
| Association caused by extreme observations | Outliers or influential points | Inspect scatterplot and residuals |
| Exposure and outcome correlate over time | Reverse causation or temporal ambiguity | Cross-sectional studies cannot establish temporality |
Model diagnostics and assumptions
For linear regression, core assumptions are linearity, independent observations, normally distributed residuals, and constant variance of residuals across fitted values, called homoscedasticity. Violation of constant variance is heteroscedasticity, which can make standard errors and confidence intervals unreliable. Residual plots are used to detect nonlinearity, unequal variance, and influential outliers.
Multicollinearity occurs when predictors are highly correlated with each other, making individual β estimates unstable. A commonly used diagnostic is the variance inflation factor; VIF > 5 suggests concerning multicollinearity, and VIF > 10 is often considered severe. For logistic regression, goodness of fit and calibration are assessed differently, but Step 1 typically emphasizes that logistic regression is used when the outcome is binary and reports odds ratios.
Common interpretation traps
- Correlation is not causation: causality requires temporality, biologic plausibility, consistency, dose-response, and control of confounding.
- A significant p-value is not a large effect: very large studies can detect trivial associations.
- A nonsignificant p-value is not proof of no association: the study may be underpowered, increasing type II error.
- Extrapolation is unsafe: regression predictions should not be extended far beyond the observed data range.
- Ecologic correlation may mislead: group-level associations may not apply to individuals, producing the ecologic fallacy.
Management, pharmacology and procedures
“Management” of a correlation/regression question on USMLE Step 1
Correlation and regression are not therapies, but they are essential “procedures” for managing data and interpreting medical literature. On exams, the practical task is to decide whether an observed association is real, clinically meaningful, confounded, or misinterpreted. A correlation coefficient describes the strength and direction of linear association between 2 continuous variables, whereas regression estimates how an outcome changes as one or more predictors change.
| Tool | Typical use | Key numerical output | High-yield interpretation |
|---|---|---|---|
| Pearson correlation | Two approximately normally distributed continuous variables | r, from -1 to +1 | r = +1 perfect positive linear relation; r = -1 perfect negative linear relation; r = 0 no linear relation |
| Spearman rank correlation | Ordinal data or nonnormal monotonic relationships | ρ or rs | Uses ranks; less sensitive to outliers than Pearson correlation |
| Simple linear regression | Continuous outcome, 1 predictor | β coefficient, intercept, R2 | β = expected change in outcome per 1-unit increase in predictor |
| Multiple linear regression | Continuous outcome, multiple predictors | Adjusted β coefficients | Estimates independent association while holding other variables constant |
| Logistic regression | Binary outcome, e.g., disease yes/no | Odds ratio | Models log odds; common in case-control and cohort analyses |
| Cox proportional hazards regression | Time-to-event outcome | Hazard ratio | Used for survival analysis; assumes proportional hazards over time |
Acute analytic approach: before interpreting the result
- Inspect the graph first. A scatterplot can reveal nonlinearity, clustering, influential outliers, and heteroscedasticity. A correlation coefficient alone can be misleading.
- Identify variable types. Continuous outcomes favor linear regression; binary outcomes favor logistic regression; time-to-event outcomes favor Cox regression.
- Check whether the relationship is linear. Pearson r and ordinary least-squares regression assess linear association. A U-shaped relationship may have r near 0 despite a strong biologic association.
- Separate statistical significance from effect size. A very small correlation, such as r = 0.10, may have p < 0.05 in a huge sample but explain little clinical variation.
- Look for confounding. A confounder is associated with both exposure and outcome and is not on the causal pathway. Multiple regression can adjust for measured confounders but cannot fix unmeasured confounding.
Long-term management: model validation and follow-up
Regression models should be assessed for both internal validity and external validity. Internal validity asks whether the model is correct for the study sample; external validity asks whether it generalizes to other populations. In predictive models, overfitting occurs when a model captures random noise rather than reproducible signal. A common rule of thumb for logistic regression is at least 10–20 outcome events per predictor variable, although this is approximate.
- R2: In linear regression, the proportion of variance in the outcome explained by predictors. For example, R2 = 0.64 means 64% of outcome variability is explained by the model.
- Adjusted R2: Penalizes unnecessary predictors; more appropriate than raw R2 when comparing models with different numbers of variables.
- Confidence interval: A 95% CI that excludes 0 for β, or excludes 1 for odds ratios/hazard ratios, usually corresponds to p < 0.05.
- Calibration: Agreement between predicted and observed risk. A model predicting 20% risk should have approximately 20 events per 100 comparable patients.
- Discrimination: Ability to separate patients with and without the outcome; often measured by area under the ROC curve. AUC = 0.5 is no better than chance; AUC = 1.0 is perfect.
Common “complications” and how to recognize them
| Problem | Mechanism | Exam clue | Management |
|---|---|---|---|
| Confounding | A third variable distorts the exposure-outcome association | Coffee appears associated with lung cancer because smoking is more common among coffee drinkers | Stratification, restriction, randomization, multivariable regression |
| Multicollinearity | Predictors strongly correlate with each other | Unstable β estimates with wide CIs; variance inflation factor often concerning if >5–10 | Remove or combine correlated predictors |
| Outliers/influential points | Extreme observations disproportionately affect slope | Single point changes regression line substantially; Cook distance often concerning if >4/n | Verify data, perform sensitivity analysis, use robust methods when appropriate |
| Ecological fallacy | Group-level association is incorrectly applied to individuals | Countries with higher fat intake have more breast cancer; assumed true for each person | Use individual-level data before making patient-level conclusions |
| Regression to the mean | Extreme values tend to be closer to average on repeat measurement | Patients selected for very high blood pressure improve at follow-up even without treatment | Use control groups and repeated measurements |
Pharmacology and clinical literature applications
Regression is frequently used in pharmacology to quantify dose-response relationships and treatment effects. For example, a linear regression might estimate the change in systolic blood pressure per 1-mg increase in drug dose, whereas logistic regression might estimate odds of achieving viral suppression with drug versus placebo. In randomized controlled trials, randomization reduces confounding, but regression may still adjust for baseline imbalances or improve precision. In observational pharmacoepidemiology, regression adjustment is crucial but does not prove causation.
When interpreting a regression output in a drug study, prioritize the effect estimate, 95% confidence interval, and clinical importance over the p value alone. A statistically significant 1-mm Hg reduction in blood pressure may be biologically real but clinically trivial. Conversely, a clinically important effect with a wide CI may indicate inadequate sample size rather than absence of benefit.
Reporting standards and guideline-style expectations
Modern medical literature follows reporting frameworks such as CONSORT for randomized trials, STROBE for observational studies, and TRIPOD for prediction models. For Step 1, know the principle: a valid regression analysis should report the population studied, variables included, effect estimates with CIs, handling of confounders, missing data, and model assumptions. The key limitation remains fundamental: correlation and regression demonstrate association, not causation, unless supported by appropriate study design, temporality, biologic plausibility, and control of bias.
Exam controversies and advanced synthesis
Correlation is not causation: why this remains the central exam pitfall
Correlation quantifies co-variation between variables; it does not establish that changing one variable will change the other. The Pearson correlation coefficient, r, ranges from -1 to +1: +1 is perfect positive linear correlation, -1 is perfect negative linear correlation, and 0 indicates no linear correlation. The coefficient of determination, r2, is the proportion of variance in the outcome explained by the predictor; for example, r = 0.70 implies r2 = 0.49, so 49% of variance is explained.
On Step 1, a common trap is mistaking a statistically significant correlation for a clinically meaningful causal relationship. With very large sample sizes, a tiny effect can have p < 0.05 but little biological importance. Conversely, a small study may show a large apparent effect with a wide 95% confidence interval crossing the null value because it is underpowered.
Classic controversies: surrogate markers, confounding, and reverse causality
| Concept | High-yield example | Step 1 lesson |
|---|---|---|
| Surrogate marker failure | Class IC antiarrhythmics suppressed premature ventricular contractions after myocardial infarction, but the CAST trial showed increased mortality with encainide/flecainide. | A variable correlated with risk may not be a safe therapeutic target. |
| Confounding | Coffee drinking may correlate with lung cancer if smokers are overrepresented among coffee drinkers. | A third variable is associated with both exposure and outcome and distorts the observed association. |
| Reverse causality | Low body weight may correlate with mortality because chronic disease caused weight loss, not because low weight caused death. | Temporality is essential for causal inference. |
| Ecologic fallacy | Countries with high fat intake may have high breast cancer rates, but country-level associations may not apply to individuals. | Group-level correlations cannot be assumed at the patient level. |
Regression: interpretation beyond memorizing formulas
Regression models estimate the relationship between predictors and an outcome while allowing adjustment for covariates. In linear regression, the outcome is continuous, and the slope coefficient β represents the expected change in outcome for a 1-unit increase in the predictor, holding other variables constant. In logistic regression, the outcome is binary, and coefficients are commonly exponentiated to produce odds ratios. In Cox proportional hazards regression, the outcome is time-to-event, and the effect measure is a hazard ratio.
- Linear regression: appropriate for continuous outcomes such as blood pressure or serum sodium.
- Logistic regression: appropriate for yes/no outcomes such as disease present versus absent.
- Cox regression: appropriate when both event occurrence and follow-up time matter, such as survival analysis.
A common viva-level question is whether “adjustment” eliminates confounding. The correct answer is not necessarily. Regression can adjust only for measured, correctly specified variables. It cannot fix unmeasured confounding, poor measurement, selection bias, or inappropriate model assumptions.
Model assumptions and diagnostic pitfalls
| Issue | Meaning | High-yield consequence |
|---|---|---|
| Nonlinearity | The relationship is curved rather than linear. | Pearson r and simple linear regression may underestimate or misrepresent association. |
| Outliers | Extreme observations disproportionately influence the slope. | A single point can create or erase an apparent correlation. |
| Heteroscedasticity | Variance of residuals differs across predictor values. | Standard errors and p-values may be unreliable. |
| Multicollinearity | Predictors are highly correlated with each other. | Coefficient estimates become unstable; variance inflation factor >5, and especially >10, is concerning. |
| Overfitting | Model captures random noise rather than reproducible signal. | Excellent performance in derivation data but poor external validity; a common rule is at least 10-20 outcome events per predictor variable. |
Guideline-level interpretation of medical literature
Modern reporting frameworks emphasize transparency rather than blind trust in p-values. CONSORT applies to randomized trials, STROBE to observational studies, and TRIPOD to prediction model development and validation. For Step 1, know the principle: a valid regression analysis should define predictors and outcomes before analysis, justify covariate selection biologically, report effect sizes with 95% confidence intervals, and assess model calibration and discrimination when prediction is the goal.
Prediction and explanation are not identical. A variable may improve prediction without being causal, and a causal factor may have limited predictive value if common across the population. For example, age often improves risk prediction because it integrates many biological processes, but age itself is not a modifiable exposure. Conversely, LDL cholesterol has strong causal evidence from genetics, epidemiology, and randomized statin trials, whereas HDL cholesterol is epidemiologically correlated with lower cardiovascular risk but pharmacologic HDL-raising has not consistently reduced events.
Step 1 synthesis checklist
- Identify the variable types: continuous, categorical, binary, ordinal, or time-to-event.
- Choose the correct association measure: Pearson r for linear continuous associations; Spearman correlation for rank-based or non-normally distributed data; odds ratio, risk ratio, or hazard ratio for clinical outcomes.
- Ask whether the association is causal: assess temporality, biological plausibility, dose-response, consistency, and experimental evidence.
- Look for bias and confounding: randomization reduces confounding; regression adjustment does not guarantee elimination.
- Separate statistical significance from clinical significance: p < 0.05 does not prove importance, and a confidence interval conveys both precision and direction.
- Beware extrapolation: regression models are most reliable within the range of observed data; predictions outside that range are unstable.
The exam-level bottom line: correlation describes association; regression estimates associations while adjusting for selected variables; neither automatically proves causation. Strong answers integrate the statistic used, its assumptions, the study design, and the biological plausibility of the proposed relationship.
Test your knowledge on this topic
Reading is only half the work. Put this note into practice with exam-style USMLE Step 1 questions, worked explanations and analytics that show exactly which topics still need attention. Start free — no card required.
Not sure where this topic fits in your revision? The USMLE Step 1 preparation guide sets out the exam format, the syllabus and a revision plan.
