10.1 Biostatistics and Critical Appraisal of Clinical Literature
Key Takeaways
- Variable measurement scales dictate statistical test selection: nominal and ordinal data require non-parametric tests, while continuous normally distributed data utilize parametric tests such as Student's t-test and ANOVA.
- A p-value below 0.05 denotes statistical significance but does not confirm clinical relevance, which must be judged against the Minimal Clinically Important Difference (MCID).
- Absolute Risk Reduction (ARR) and Number Needed to Treat (NNT = 1 / ARR) quantify true therapeutic benefit, with NNT always rounded up to the nearest whole integer.
- A 95% confidence interval spanning zero indicates non-significance for difference metrics (ARR, mean difference), whereas spanning 1.0 indicates non-significance for ratio metrics (RR, OR, HR).
- Intention-to-Treat (ITT) analysis includes all randomized patients according to their initial allocation, preserving baseline prognostic balance and avoiding the overoptimistic bias of per-protocol analysis.
10.1 Biostatistics and Critical Appraisal of Clinical Literature
Exam Focus: The PEBC Pharmacist Evaluating Examination requires candidates to critically appraise biomedical literature, interpret epidemiological data, and select appropriate statistical tests. Candidates must master calculations for Absolute Risk Reduction ($ARR$), Relative Risk Reduction ($RRR$), Number Needed to Treat ($NNT$), and Number Needed to Harm ($NNH$), evaluate confidence intervals, identify trial biases, and understand Intention-to-Treat ($ITT$) versus per-protocol methodologies.
Data Types and Measurement Scales
Selecting the appropriate statistical test begins with correctly identifying the scale of measurement of the variables under study.
| Variable Scale | Definition & Properties | Mathematical Operations | Clinical Examples in Pharmacy |
|---|---|---|---|
| Nominal (Categorical) | Unordered, mutually exclusive categories; qualitative classification with no inherent ranking. | Frequency counts, modes, proportions, percentages. | Sex (male/female), mortality status (alive/dead), smoking status, blood type, presence of adverse drug event (yes/no). |
| Ordinal | Categorical variables with an inherent, logical order or rank, but the intervals between ranks are unequal or non-quantifiable. | Medians, percentiles, rank-order correlations. | NYHA Heart Failure Classification (Class I-IV), Visual Analog Pain Scale (0-10), Likert survey responses, cancer stages. |
| Continuous: Interval | Quantitative, ordered numerical data with constant, equal distances between units, but with an arbitrary (non-absolute) zero point. | Addition, subtraction, mean, standard deviation. | Temperature in degrees Celsius ($^\circ\text{C}$) or Fahrenheit ($^\circ\text{F}$); zero does not mean absence of temperature. |
| Continuous: Ratio | Quantitative continuous numerical data with equal intervals and a true, absolute zero point representing the total absence of the variable. | Addition, subtraction, multiplication, division, ratios. | Blood pressure (mmHg), serum creatinine ($\mu\text{mol/L}$), weight (kg), hemoglobin A1c (%), medication dose (mg), creatinine clearance. |
Descriptive Statistics: Central Tendency and Dispersion
Descriptive statistics summarize and describe the characteristics of a specific dataset without drawing generalized conclusions about the broader population.
1. Measures of Central Tendency
- Mean (Arithmetic Average): The sum of all values divided by the total number of observations ($n$). Parametric measure; highly sensitive to extreme outliers and skewed data.
- Median: The middle observation when data are sorted in ascending order (the 50th percentile). Non-parametric measure; robust to extreme values and preferred for skewed or ordinal datasets.
- Mode: The most frequently occurring value in a dataset. Useful for nominal categorical data.
2. Measures of Dispersion (Spread)
- Standard Deviation ($SD$): Quantifies the degree of dispersion or spread of individual data points around the sample mean in a normally distributed dataset. In a standard normal distribution:
- $\text{Mean} \pm 1,SD$ encompasses approximately 68.2% of observations.
- $\text{Mean} \pm 2,SD$ encompasses approximately 95.4% of observations ($\pm 1.96,SD$ covers exactly 95.0%).
- $\text{Mean} \pm 3,SD$ encompasses approximately 99.7% of observations.
- Interquartile Range ($IQR$): The distance between the 25th percentile ($Q_1$) and the 75th percentile ($Q_3$), representing the middle 50% of observations ($IQR = Q_3 - Q_1$). Reported alongside the median for skewed or ordinal distributions.
- Standard Error of the Mean ($SEM$): Measures the precision with which the sample mean estimates the true population mean, calculated as: $SEM$ is always smaller than the $SD$ and should never be used as a substitute for $SD$ to describe data variability.
+-------------------------------------------------------------------------+
| DATA DISTRIBUTION PATTERNS |
+-------------------------------------------------------------------------+
| 1. NORMAL (GAUSSIAN) DISTRIBUTION: Symmetrical, Bell-Shaped |
| Mean = Median = Mode |
| |
| 2. POSITIVELY SKEWED (RIGHT-SKEWED): Tail stretches to the right |
| Mean > Median > Mode (e.g., Length of hospital stay, drug costs) |
| |
| 3. NEGATIVELY SKEWED (LEFT-SKEWED): Tail stretches to the left |
| Mean < Median < Mode (e.g., Age at natural death in Canada) |
+-------------------------------------------------------------------------+
Inferential Statistics, Hypothesis Testing, and Error Types
Inferential statistics use sample data to make generalized inferences about an underlying target population.
Formulating Hypotheses
- Null Hypothesis ($H_0$): States that there is no true difference, effect, or association between the study groups (any observed difference is due purely to random sampling variation).
- Alternative Hypothesis ($H_a$ or $H_1$): States that there is a true difference or effect between the treatment groups.
Type I and Type II Errors
| Statistical Decision | True Population Reality: $H_0$ is True (No Effect) | True Population Reality: $H_0$ is False (True Effect Exists) |
|---|---|---|
| Reject $H_0$ (Conclude Significant Effect) | Type I Error ($\alpha$)<br/>False Positive (Concluded a drug works when it does not). | Correct Decision ($1 - \beta$)<br/>Statistical Power (Detected a real effect). |
| Fail to Reject $H_0$ (Conclude No Significant Effect) | Correct Decision ($1 - \alpha$)<br/>True Negative (Correctly found no difference). | Type II Error ($\beta$)<br/>False Negative (Missed a real therapeutic effect). |
- Alpha ($\alpha$): The probability of committing a Type I error (conventionally set a priori at $\alpha = 0.05$).
- Beta ($\beta$): The probability of committing a Type II error (conventionally set at $\beta = 0.10$ to $0.20$).
- Statistical Power ($1 - \beta$): The probability of correctly rejecting the null hypothesis when a true clinical difference exists (typically targeted at $\ge 80%$ to $90%$). Power increases with larger sample sizes ($n$), larger effect sizes, lower data variance, and higher alpha thresholds.
The p-value versus Clinical Significance
- p-value: The probability of obtaining a result as extreme as, or more extreme than, the observed trial result, assuming the null hypothesis is true. A $p < 0.05$ indicates statistical significance, meaning random chance is an unlikely explanation for the observed difference.
- Clinical Significance: Refers to the practical, real-world clinical importance of the treatment effect. A statistically significant reduction in systolic blood pressure of $0.8\text{ mmHg}$ ($p = 0.002$) across 50,000 trial participants may lack clinical importance if the Minimal Clinically Important Difference (MCID) is $5.0\text{ mmHg}$.
95% Confidence Intervals (95% CI)
A 95% Confidence Interval provides a range of values within which the true population parameter is expected to fall with 95% certainty. The width of the interval indicates precision: narrower intervals reflect larger sample sizes and greater precision.
- For Difference Metrics (Mean Difference, $ARR$, Absolute Risk Increase): If the 95% CI crosses or includes 0.0, the result is not statistically significant ($p \ge 0.05$).
- For Ratio Metrics (Relative Risk, Odds Ratio, Hazard Ratio): If the 95% CI crosses or includes 1.0, the result is not statistically significant ($p \ge 0.05$).
Statistical Test Selection Matrix
Choosing the correct inferential statistical test depends on the type of data, distribution normality, number of groups, and whether samples are independent or paired.
| Number of Groups | Data Type / Distribution | Independent Samples Test | Paired / Dependent Samples Test |
|---|---|---|---|
| 2 Groups | Continuous (Normal / Parametric) | Independent Student's t-test | Paired Student's t-test (e.g., pre/post) |
| 2 Groups | Continuous (Skewed) or Ordinal | Mann-Whitney U test (Wilcoxon rank-sum) | Wilcoxon signed-rank test |
| $\ge 3$ Groups | Continuous (Normal / Parametric) | One-Way ANOVA (Analysis of Variance) | Repeated Measures ANOVA |
| $\ge 3$ Groups | Continuous (Skewed) or Ordinal | Kruskal-Wallis test | Friedman test |
| Categorical Counts | Nominal Proportions (Large cells $\ge 5$) | Chi-Square ($\chi^2$) Test of Independence | McNemar test (paired binary) |
| Categorical Counts | Nominal Proportions (Small cells $< 5$) | Fisher's Exact Test | McNemar test |
Clinical Trial Risk and Effect Size Calculations
Evaluating the magnitude of benefit or harm requires transforming raw trial counts into standardized epidemiological metrics using a standard $2 \times 2$ contingency table.
+-------------------------------------------------------------------------+
| 2 x 2 CONTINGENCY TABLE |
+-------------------------------------------------------------------------+
| | Disease / Event Present | Disease / Event Absent |
| ------------------- | :---------------------: | :---------------------: |
| Treatment Group | a | b |
| Control Group | c | d |
+-------------------------------------------------------------------------+
1. Event Rates
- Experimental Event Rate ($EER$):
- Control Event Rate ($CER$):
2. Relative Risk ($RR$) and Relative Risk Reduction ($RRR$)
- Relative Risk / Risk Ratio ($RR$): The ratio of the risk of an event occurring in the experimental group compared to the control group:
- $RR = 1.0$: No difference in risk between groups.
- $RR < 1.0$: Experimental intervention reduces risk (protective effect).
- $RR > 1.0$: Experimental intervention increases risk (harmful effect).
- Relative Risk Reduction ($RRR$): The proportional reduction in event rates attributable to the intervention relative to baseline risk:
3. Absolute Risk Reduction ($ARR$) and Number Needed to Treat ($NNT$)
- Absolute Risk Reduction ($ARR$): The absolute arithmetic difference in event rates between control and treatment groups:
- Number Needed to Treat ($NNT$): The number of patients who must be treated with the intervention for a specified duration to prevent one additional adverse clinical event:
- Rounding Rule for NNT: Always round UP to the next whole integer (e.g., $NNT = 14.2 \rightarrow 15$).
4. Absolute Risk Increase ($ARI$) and Number Needed to Harm ($NNH$)
- Absolute Risk Increase ($ARI$): When an intervention increases the rate of an adverse event ($EER > CER$):
- Number Needed to Harm ($NNH$): The number of patients exposed to the drug to cause one additional adverse event:
- Rounding Rule for NNH: Always round DOWN to the nearest whole integer for conservative risk assessment (e.g., $NNH = 22.8 \rightarrow 22$).
5. Odds Ratio ($OR$) and Hazard Ratio ($HR$)
- Odds Ratio ($OR$): Used primarily in retrospective case-control studies where baseline incidence rates cannot be calculated:
- Hazard Ratio ($HR$): Derived from Cox proportional hazards survival regression models; represents the relative likelihood of an event occurring at any specific point in time across longitudinal follow-up.
+-------------------------------------------------------------------------+
| WORKED CLINICAL CALCULATION EXAMPLE |
+-------------------------------------------------------------------------+
| Trial: SGLT2 inhibitor vs Placebo for HF hospitalizations over 2 years |
| - Placebo (Control): 120 events out of 1000 patients (CER = 12% = 0.12)|
| - SGLT2i (Treatment): 72 events out of 1000 patients (EER = 7.2%= 0.072)|
| |
| CALCULATIONS: |
| - RR = 0.072 / 0.12 = 0.60 |
| - RRR = (0.12 - 0.072) / 0.12 = 0.048 / 0.12 = 0.40 (40% reduction) |
| - ARR = 0.12 - 0.072 = 0.048 (4.8% absolute reduction) |
| - NNT = 1 / 0.048 = 20.83 --> Round UP to 21 |
| Conclusion: Treating 21 heart failure patients with the SGLT2i for 2 |
| years prevents 1 hospital admission. |
+-------------------------------------------------------------------------+
Critical Appraisal of Clinical Trial Methodologies
Hierarchy of Evidence
- Systematic reviews and Meta-analyses of randomized controlled trials (RCTs)
- High-quality double-blind Randomized Controlled Trials (RCTs)
- Prospective Cohort Studies
- Retrospective Case-Control Studies
- Cross-Sectional Surveys
- Case Series and Case Reports
- Expert Opinion and in vitro bench research
Randomization and Blinding
- Randomization: Balances known and unknown baseline prognostic factors between groups (simple, block, or stratified randomization).
- Allocation Concealment: Prevents investigators from predicting or influencing group assignments prior to enrollment (e.g., central computerized assignment, sealed opaque envelopes).
- Blinding (Masking): Prevents performance and ascertainment bias:
- Single-blind: Patient is unaware of assignment.
- Double-blind: Patient and treating clinicians/outcome assessors are unaware.
- Triple-blind: Patient, clinicians, outcome assessors, and data analysts/biostatisticians are all blinded.
Intention-to-Treat ($ITT$) versus Per-Protocol ($PP$)
+-------------------------------------------------------------------------+
| ANALYSIS POPULATION METHODOLOGIES |
+-------------------------------------------------------------------------+
| 1. INTENTION-TO-TREAT (ITT): |
| - Analyzes all randomized subjects in their assigned treatment groups, |
| regardless of protocol deviations, non-adherence, or early dropout. |
| - Preserves baseline randomization balance and prevents attrition bias. |
| - Reflects real-world clinical effectiveness (conservative estimate). |
| |
| 2. PER-PROTOCOL (PP) / AS-TREATED: |
| - Analyzes only subjects who completed the prescribed trial protocol |
| with strict compliance and no major deviations. |
| - Measures maximal pharmacological efficacy under ideal conditions. |
| - Prone to attrition bias; breaks baseline prognostic randomization. |
+-------------------------------------------------------------------------+
Trial Design Frameworks
- Superiority Trials: Designed to prove that a new intervention is clinically superior to a placebo or active control.
- Non-Inferiority Trials: Designed to establish that a new treatment is not clinically worse than an active standard-of-care comparator by more than a predefined margin (the non-inferiority margin, $\Delta$). Commonly utilized when a new drug offers secondary benefits (e.g., oral dosing vs IV, reduced toxicity, improved tolerability, lower cost).
Common Methodological Biases
- Selection Bias: Systematic differences between baseline characteristics of participants enrolled versus those not enrolled.
- Recall Bias: Differential recall of past exposures between diseased cases and healthy controls in retrospective studies.
- Publication Bias: Tendency for journals to publish positive trials over negative/neutral studies; evaluated visually using funnel plots (asymmetry indicates publication bias) and Egger tests.
- Confounding by Indication: Occurs in observational studies when the clinical indication for prescribing a drug is itself independently associated with the adverse outcome.
A clinical trial evaluates a novel antiplatelet agent compared to standard aspirin for preventing secondary ischemic stroke over 3 years. The stroke incidence was 6.0% in the experimental antiplatelet group and 10.0% in the control aspirin group. What are the Absolute Risk Reduction (ARR) and Number Needed to Treat (NNT) for the novel agent?
A research study compares visual analog pain scores (measured on a non-normally distributed 0-to-10 ordinal scale) between two independent cohorts of postoperative patients receiving either Drug X or Placebo. Which statistical test is the most appropriate to determine whether pain scores differ significantly between the two groups?
A multicentre cardiovascular trial reports that a new direct oral anticoagulant reduces recurrent venous thromboembolism compared to standard warfarin with a Hazard Ratio (HR) of 0.85 and a 95% Confidence Interval (CI) of 0.72 to 1.15 (p = 0.42). How should the pharmacist interpret this clinical finding?
Which of the following statements accurately characterizes an Intention-to-Treat (ITT) analysis in a randomized controlled clinical trial?