Here are complete answers to all the biostatistics questions for MD Pharmacology, organized by topic.
COMPLETE ANSWERS: Medical Biostatistics for MD Pharmacology
SECTION 1: TYPES OF DATA AND SCALES OF MEASUREMENT
Q. Classify types of data in biostatistics with examples from pharmacology.
Data in biostatistics is classified into two broad categories:
A. Qualitative (Categorical) Data
- Nominal: Categories with no inherent order. Examples: blood group (A, B, AB, O), sex (male/female), type of adverse drug reaction (rash, vomiting, headache).
- Ordinal: Categories with a meaningful order but unequal intervals. Examples: pain score (mild/moderate/severe), drug response (no response/partial/complete), WHO toxicity grading.
B. Quantitative (Numerical) Data
- Discrete: Counted values, whole numbers only. Examples: number of tablets taken, number of adverse events per patient.
- Continuous: Measured values, can take any value within a range. Sub-classified as:
- Interval: Equal intervals, no true zero. Example: temperature in Celsius (°C).
- Ratio: Equal intervals with a true zero. Examples: drug plasma concentration (mg/L), weight (kg), blood pressure (mmHg), AUC.
Memory tip: NOIR - Nominal, Ordinal, Interval, Ratio.
Q. Difference between discrete and continuous data.
| Feature | Discrete | Continuous |
|---|
| Nature | Counted | Measured |
| Values | Whole numbers only | Any value in a range |
| Example | No. of episodes of vomiting | Serum creatinine (mg/dL) |
| Statistical test | Non-parametric preferred | Parametric tests applicable |
SECTION 2: MEASURES OF CENTRAL TENDENCY AND DISPERSION
Q. Define Mean, Median, and Mode. When is each preferred?
Mean (Arithmetic Mean):
- Sum of all values divided by the number of observations.
- Formula: x̄ = Σx / n
- Preferred when: Data is normally distributed (e.g., reporting mean serum drug levels in a symmetric distribution).
- Disadvantage: Affected by extreme values (outliers).
Median:
- The middle value when data is arranged in ascending order. If n is even, median = average of the two middle values.
- Preferred when: Data is skewed or has outliers (e.g., income data, duration of hospital stay, serum bilirubin).
- Advantage: Not affected by extreme values.
Mode:
- The value that occurs most frequently.
- Preferred when: Identifying the most common category (e.g., the most common adverse reaction reported).
- A dataset can be unimodal, bimodal, or multimodal.
Key rule: In a normal (symmetric) distribution, Mean = Median = Mode.
In positively skewed data: Mean > Median > Mode.
In negatively skewed data: Mean < Median < Mode.
Q. Define Standard Deviation (SD) vs. Standard Error of Mean (SEM). Why is SEM always smaller?
Standard Deviation (SD):
- Measures the spread/variability of individual observations around the mean within a sample.
- Formula: SD = √[Σ(x - x̄)² / (n-1)]
- Describes the distribution of data in the sample.
- Use SD when describing the variability of a dataset.
Standard Error of Mean (SEM):
- Measures how precisely the sample mean estimates the true population mean.
- Formula: SEM = SD / √n
- Describes the precision of the estimate.
- Use SEM when reporting confidence of a mean estimate.
Why SEM < SD: Because SEM = SD/√n, and √n is always ≥ 1, SEM is always equal to or smaller than SD. As sample size increases, SEM decreases (more precise), but SD remains relatively stable.
Common exam trap: Researchers sometimes incorrectly report SEM instead of SD to make data appear less variable. SD is always the correct measure to describe data spread.
Q. Define Range, Interquartile Range (IQR), and Coefficient of Variation (CV).
- Range: Difference between the maximum and minimum values. Simple but very sensitive to outliers.
- Interquartile Range (IQR): Difference between the 75th percentile (Q3) and 25th percentile (Q1). IQR = Q3 - Q1. Robust measure of spread, not affected by outliers. Used with median.
- Coefficient of Variation (CV): CV = (SD / Mean) × 100%. A dimensionless measure that allows comparison of variability between datasets with different units or magnitudes. Useful in pharmacokinetics to compare variability of different parameters.
SECTION 3: NORMAL DISTRIBUTION AND PROBABILITY
Q. What is a Normal (Gaussian) Distribution? State its properties.
The normal distribution is a continuous probability distribution that is symmetric and bell-shaped.
Properties:
- Symmetric around the mean.
- Mean = Median = Mode (all three coincide).
- The curve is bell-shaped and unimodal.
- Defined by two parameters: mean (μ) and standard deviation (σ).
- Asymptotic to the x-axis (the curve never touches zero).
- Total area under the curve = 1 (or 100%).
Empirical Rule (68-95-99.7 Rule):
- Mean ± 1 SD contains ~68% of values.
- Mean ± 2 SD contains ~95% of values.
- Mean ± 3 SD contains ~99.7% of values.
Example: If the mean serum drug level is 10 mg/L with SD = 2 mg/L, approximately 95% of patients will have levels between 6 and 14 mg/L.
Q. What is skewed distribution? Positive vs. negative skew.
Skewness = a measure of asymmetry of a distribution.
Positive (Right) Skew:
- Tail pulled toward the right (higher values).
- Mean > Median > Mode.
- Example: serum bilirubin levels, drug concentration in a population where a few patients are rapid metabolizers with very high drug levels.
Negative (Left) Skew:
- Tail pulled toward the left (lower values).
- Mean < Median < Mode.
- Example: age at death in a developed country (most people live long, fewer die young).
Implication: Skewed data should not be analyzed using parametric tests (which assume normality). Use non-parametric tests or log-transform the data first.
Q. Central Limit Theorem (CLT)
Definition: When a sufficiently large number of independent random samples are taken from any population (regardless of the population's distribution), the distribution of the sample means will approach a normal distribution.
Practical importance in pharmacology:
- Allows use of parametric statistics even when population distribution is unknown, provided sample size is large enough (generally n ≥ 30).
- Justifies use of t-tests in drug trials even when the underlying pharmacokinetic parameters are not perfectly normally distributed.
SECTION 4: HYPOTHESIS TESTING
Q. Define null hypothesis and alternative hypothesis. Explain Type I and Type II errors.
Null Hypothesis (H₀):
- States that there is no difference between groups (e.g., "Drug A and Drug B have equal antihypertensive efficacy").
- The hypothesis we attempt to reject.
Alternative Hypothesis (H₁ or Ha):
- States that a difference does exist (e.g., "Drug A is more effective than Drug B").
- Can be one-directional (one-tailed) or non-directional (two-tailed).
Type I Error (Alpha error / False Positive):
- Rejecting the null hypothesis when it is actually TRUE.
- Concluding a drug works when it actually does not.
- Probability = alpha (α), conventionally set at 0.05 (5%).
- Minimized by: lowering alpha (e.g., to 0.01), using Bonferroni correction for multiple comparisons.
Type II Error (Beta error / False Negative):
- Failing to reject the null hypothesis when it is actually FALSE.
- Concluding a drug does not work when it actually does.
- Probability = beta (β), conventionally accepted at 0.20 (20%).
- Minimized by: increasing sample size, increasing alpha (but this raises Type I error risk).
| H₀ True | H₀ False |
|---|
| Reject H₀ | Type I error (α) | Correct (Power = 1-β) |
| Accept H₀ | Correct (1-α) | Type II error (β) |
Mnemonic: Type I = False alarm (cry wolf). Type II = Missed detection (missed the wolf).
Q. One-tailed vs. Two-tailed tests.
Two-tailed test: Tests for difference in either direction (A > B or A < B). Used when there is no prior assumption about direction of effect. More conservative. Used in most drug trials.
One-tailed test: Tests for difference in only one direction (A > B). Used when only one direction is clinically meaningful. Has more statistical power but can be misleading. Requires strong a priori justification.
Rule: Use two-tailed tests by default in clinical pharmacology research.
SECTION 5: P-VALUE AND CONFIDENCE INTERVALS
Q. Define p-value. What does p < 0.05 signify?
p-value: The probability of obtaining the observed result (or a more extreme result) if the null hypothesis were true. It is the probability that the observed difference arose by chance alone.
p < 0.05: There is less than a 5% probability that the observed difference is due to chance. We reject the null hypothesis and call the result "statistically significant."
Critical points:
- p-value does NOT measure the size or clinical importance of the difference.
- p-value does NOT tell you the probability that H₀ is true.
- A small p can arise from a clinically trivial difference if the sample size is very large.
- p = 0.049 and p = 0.051 are statistically very similar, yet one crosses the arbitrary threshold.
Q. Define 95% Confidence Interval (CI). How do you interpret CI for an odds ratio?
Definition: A 95% CI is the range of values within which the true population parameter is expected to fall 95% of the time, if the study were repeated under the same conditions indefinitely.
Interpretation:
- If the 95% CI for a mean blood pressure reduction is 8-12 mmHg, the true average effect in the population lies between 8 and 12 mmHg with 95% confidence.
- For OR or RR: If the 95% CI includes 1.0, the result is NOT statistically significant (no difference).
- OR = 2.5 (95% CI: 1.3 - 4.8) → Significant (CI does not include 1).
- OR = 1.8 (95% CI: 0.9 - 3.6) → NOT significant (CI crosses 1).
Advantage over p-value: CI gives both the magnitude and precision of an effect, making it more informative than the p-value alone.
Q. Statistical significance vs. clinical significance.
- Statistical significance: A difference unlikely to have arisen by chance (p < 0.05). Dependent on sample size.
- Clinical significance: A difference large enough to matter in clinical practice. Expressed as effect size (e.g., mean difference, NNT, hazard ratio).
Example: A drug reduces systolic BP by 1 mmHg with p = 0.001 (because n = 100,000). This is statistically significant but clinically meaningless.
SECTION 6: STATISTICAL TESTS
Q. How to select a statistical test?
Step 1: What is the objective?
- Compare groups / test association / measure correlation?
Step 2: What type of data?
- Categorical (nominal/ordinal) or Numerical (continuous/discrete)?
Step 3: How many groups?
Step 4: Independent or paired samples?
Step 5: Is data normally distributed?
- Yes → Parametric; No → Non-parametric.
| Situation | Parametric Test | Non-parametric Test |
|---|
| Compare means, 2 independent groups | Unpaired t-test | Mann-Whitney U |
| Compare means, 2 paired/matched groups | Paired t-test | Wilcoxon signed-rank |
| Compare means, ≥3 independent groups | One-way ANOVA | Kruskal-Wallis |
| Compare proportions, 2 groups | Chi-square / Fisher's exact | - |
| Correlation between 2 continuous vars | Pearson's r | Spearman's rho |
| Predict continuous outcome from predictors | Linear regression | - |
| Predict binary outcome | Logistic regression | - |
| Compare survival curves | Log-rank test | - |
Q. Parametric vs. Non-parametric tests.
| Feature | Parametric | Non-parametric |
|---|
| Assumption | Normally distributed data | No distributional assumption |
| Data type | Continuous (interval/ratio) | Ordinal, or non-normal continuous |
| Power | More powerful | Less powerful |
| Sample size | Large | Small or any |
| Examples | t-test, ANOVA, Pearson's r | Mann-Whitney, Kruskal-Wallis, Spearman |
Q. Student's t-test: paired vs. unpaired.
Unpaired (Independent) t-test:
- Compares means of two independent groups.
- Example: Compare mean diastolic BP in patients on Drug A (n=30) vs. Drug B (n=30) - two separate groups.
- Assumption: Both groups normally distributed, similar variance.
Paired t-test:
- Compares means within the same group measured twice (before/after) or matched pairs.
- Example: Compare mean BP before and after giving Drug A in the same 20 patients.
- More powerful than unpaired t-test because within-subject variability is removed.
Q. ANOVA (Analysis of Variance)
- Used to compare means across three or more independent groups.
- Null hypothesis: All group means are equal.
- Produces an F-statistic. If p < 0.05, at least one group differs.
- Post-hoc tests (Tukey, Bonferroni) needed to identify which specific groups differ.
- Example: Compare mean analgesic effect of Paracetamol vs. Ibuprofen vs. Diclofenac.
Repeated-measures ANOVA: When the same subjects are measured more than twice (e.g., drug level at 0, 2, 4, 8 hours).
Q. Chi-square test.
- Tests for association between two categorical variables.
- Compares observed frequencies to expected frequencies.
- Example: Is there an association between sex (male/female) and occurrence of an adverse drug reaction (yes/no)?
- Assumptions: Expected cell frequencies ≥ 5 in all cells.
- Fisher's Exact Test: Used when any expected cell frequency < 5 or when n is small.
SECTION 7: STUDY DESIGNS
Q. Hierarchy of Evidence (Evidence Pyramid)
From highest to lowest quality:
- Systematic review / Meta-analysis (highest)
- Randomized Controlled Trial (RCT)
- Cohort study
- Case-control study
- Cross-sectional study
- Case series / Case report
- Expert opinion / Animal studies (lowest)
Q. Compare RCT, Cohort, Case-Control, and Cross-Sectional studies.
Randomized Controlled Trial (RCT):
- Participants randomly assigned to intervention or control.
- Gold standard for efficacy of interventions.
- Advantages: Eliminates confounding, minimizes bias, establishes causality.
- Disadvantages: Expensive, time-consuming, ethical limitations, not feasible for rare diseases.
- Used for: Testing drug efficacy.
Cohort Study:
- Subjects grouped by exposure, followed forward in time to measure outcomes.
- Can be prospective or retrospective.
- Measures incidence and relative risk (RR).
- Advantages: Good for common outcomes, can study multiple outcomes.
- Disadvantages: Time-consuming, expensive, loss to follow-up, not ideal for rare diseases.
- Used for: Long-term drug safety, pharmacovigilance.
Case-Control Study:
- Starts with outcome (cases = disease present, controls = disease absent), looks back at exposure.
- Retrospective. Calculates odds ratio (OR).
- Advantages: Ideal for rare diseases, quick and cheap, can study multiple exposures.
- Disadvantages: Subject to recall bias, cannot calculate incidence or RR directly, selection of controls is difficult.
- Used for: Studying rare adverse drug reactions.
Cross-Sectional Study:
- Measures exposure and outcome simultaneously at one point in time.
- Calculates prevalence.
- Advantages: Fast, cheap, good for prevalence estimates.
- Disadvantages: Cannot establish causality (no temporal sequence), prevalence-incidence bias.
- Used for: Drug utilization surveys, prevalence of adverse reactions.
Q. Intention-to-Treat (ITT) vs. Per-Protocol Analysis.
Intention-to-Treat (ITT):
- Analyzes all participants as originally randomized, regardless of whether they completed the treatment.
- Preferred because it preserves the benefits of randomization.
- Gives a conservative (real-world) estimate of efficacy.
- Minimizes attrition bias.
Per-Protocol Analysis:
- Analyzes only patients who completed the treatment as planned.
- Gives a more optimistic (ideal conditions) estimate of efficacy.
- Prone to bias because dropouts may differ systematically from completers.
Gold standard in drug trials = ITT analysis.
Q. Cross-over Study.
A study design in which each participant receives both the test drug and the comparator (or placebo) in a sequential fashion, separated by a washout period.
Advantages:
- Each subject acts as their own control - eliminates inter-individual variability.
- Requires fewer subjects (more efficient).
- Very useful in pharmacokinetic/pharmacodynamic studies.
Disadvantages:
- Risk of carryover effect if washout is inadequate.
- Not suitable for diseases that change over time or for curative treatments.
SECTION 8: RANDOMIZATION AND BLINDING
Q. Types of Randomization.
- Simple randomization: Like flipping a coin. Suitable for large trials; may result in unequal group sizes in small trials.
- Block randomization: Participants randomized in blocks to ensure equal group sizes at any point during the trial. E.g., blocks of 4 or 6.
- Stratified randomization: Randomization within subgroups (strata) defined by important variables (e.g., age, disease severity) to ensure balance. Usually combined with block randomization.
- Cluster randomization: Entire groups (e.g., hospitals, villages) rather than individuals are randomized. Used in community interventions.
Q. Blinding - Single, Double, Triple.
| Type | Who is blinded? |
|---|
| Single-blind | Patient only |
| Double-blind | Patient + investigator/assessor |
| Triple-blind | Patient + investigator + statistician/data analyst |
Allocation concealment (hiding the randomization sequence until allocation occurs) is distinct from blinding. It prevents selection bias at the enrollment stage, even in open-label trials.
SECTION 9: PHASES OF CLINICAL TRIALS
Q. Phases of Clinical Drug Trials (Phase I-IV)
| Phase | Subjects | Objective | Sample Size |
|---|
| Phase 0 | Healthy volunteers | Microdosing - pharmacokinetics, proof of concept | <15 |
| Phase I | Healthy volunteers (or patients for oncology drugs) | Safety, tolerability, pharmacokinetics, dose-finding, MTD | 20-80 |
| Phase II | Patients with target disease | Efficacy, safety, dose-response, pharmacodynamics | 100-300 |
| Phase III | Patients (multicenter, large-scale) | Confirm efficacy, compare with standard treatment, rare adverse effects | 300-3000+ |
| Phase IV | Post-marketing, general population | Long-term safety, pharmacovigilance, new indications, drug interactions | Thousands |
MTD = Maximum Tolerated Dose (determined in Phase I).
Phase III trial = pivotal trial (needed for drug approval by regulatory bodies like CDSCO, FDA, EMA).
Phase IV = post-marketing surveillance. Includes pharmacovigilance and Yellow Card reporting.
SECTION 10: MEASURES OF ASSOCIATION AND RISK
The 2×2 Table (Master Table for All Calculations)
Disease Present (D+) Disease Absent (D-)
Exposed (E+) a b
Not Exposed (E-) c d
Q. All Measures of Association - Definitions and Formulas
Relative Risk (RR) / Risk Ratio:
- Used in RCTs and cohort studies.
- RR = [a/(a+b)] ÷ [c/(c+d)]
- Interpretation: RR = 2 means the exposed group has double the risk of developing the disease compared to unexposed.
- RR = 1: No association. RR > 1: Increased risk. RR < 1: Protective.
Odds Ratio (OR):
- Used in case-control studies (cannot calculate incidence, so cannot calculate RR).
- OR = (a × d) / (b × c)
- When disease is rare, OR approximates RR.
- Interpretation same as RR: OR = 1 means no association.
Relative Risk Reduction (RRR):
- RRR = 1 - RR = (Risk in control - Risk in treatment) / Risk in control
- Expressed as percentage. Example: RRR = 40% means the drug reduced the risk by 40% relative to control.
Absolute Risk Reduction (ARR):
- ARR = Risk in control - Risk in treatment = c/(c+d) - a/(a+b)
- More clinically meaningful than RRR because it accounts for baseline risk.
Number Needed to Treat (NNT):
- NNT = 1 / ARR
- The number of patients you need to treat to prevent one additional adverse outcome.
- NNT = 1: Perfect (every patient treated benefits).
- NNT = 100: You need to treat 100 patients to prevent one outcome.
- Lower NNT = more effective drug.
Number Needed to Harm (NNH):
- NNH = 1 / Absolute Risk Increase
- Number of patients exposed to a drug to cause one additional harmful event.
- Higher NNH = safer drug.
Attributable Risk (AR) / Risk Difference:
- Same as ARR: AR = [a/(a+b)] - [c/(c+d)]
- The excess risk attributable to the exposure.
Population Attributable Risk (PAR):
- PAR = Total disease rate - Risk in unexposed
- Indicates how much disease in the total population is attributable to the exposure.
Example calculation:
- Drug A: 10/100 patients had a heart attack.
- Placebo: 20/100 patients had a heart attack.
- RR = (10/100) ÷ (20/100) = 0.5
- RRR = 1 - 0.5 = 50%
- ARR = 20/100 - 10/100 = 0.10 (10%)
- NNT = 1/0.10 = 10
SECTION 11: SENSITIVITY, SPECIFICITY, PPV, NPV
Q. Sensitivity, Specificity, PPV, NPV - Complete Answer
Using the 2×2 table:
Disease Present Disease Absent
Test Positive TP (a) FP (b)
Test Negative FN (c) TN (d)
Sensitivity (True Positive Rate):
- = TP / (TP + FN) = a / (a + c)
- Probability of testing positive when disease IS present.
- A highly sensitive test rarely misses disease. Used for screening.
- SnOut: A highly Sensitive test, when Negative, rules OUT disease.
Specificity (True Negative Rate):
- = TN / (TN + FP) = d / (b + d)
- Probability of testing negative when disease is ABSENT.
- A highly specific test rarely gives false positives. Used for confirmation.
- SpIn: A highly Specific test, when Positive, rules In disease.
Positive Predictive Value (PPV):
- = TP / (TP + FP) = a / (a + b)
- Probability that the patient has disease given a POSITIVE test.
- Depends on prevalence: PPV increases when prevalence is high.
Negative Predictive Value (NPV):
- = TN / (TN + FN) = d / (c + d)
- Probability that the patient does NOT have disease given a NEGATIVE test.
- Depends on prevalence: NPV decreases when prevalence is high.
Key principle: Sensitivity and specificity are fixed characteristics of the test itself and do not vary with prevalence. PPV and NPV change with prevalence.
Q. Likelihood Ratios.
Positive Likelihood Ratio (LR+):
- LR+ = Sensitivity / (1 - Specificity)
- How much more likely is a positive test in a diseased vs. non-diseased person.
- LR+ > 10 = very strong evidence for disease.
Negative Likelihood Ratio (LR-):
- LR- = (1 - Sensitivity) / Specificity
- LR- < 0.1 = very strong evidence against disease.
Q. ROC Curve (Receiver Operating Characteristic Curve).
- A graph that plots Sensitivity (y-axis) vs. 1 - Specificity (x-axis) at various threshold values.
- Used to determine the optimal cutoff value for a diagnostic test.
- The optimal cutoff is the point closest to the upper-left corner.
- AUC (Area Under the Curve): Measures overall test accuracy.
- AUC = 1.0: Perfect test.
- AUC = 0.5: No better than chance (diagonal line).
- AUC > 0.8: Good test.
- ROC curves allow comparison of different diagnostic tests on the same graph.
Q. Bayes' Theorem.
Formula: P(D|T+) = [P(T+|D) × P(D)] / P(T+)
In plain language: the probability of disease given a positive test (post-test probability) depends on:
- The sensitivity (P(T+|D)) of the test.
- The prior probability / prevalence of disease (P(D)).
Implication for pharmacology: A drug test or biomarker test in a low-prevalence population will have a much lower PPV (more false positives) than the same test applied in a high-prevalence population - even if sensitivity and specificity are identical.
SECTION 12: SAMPLING METHODS
Q. Types of Sampling.
Probability sampling (each member has a known chance of selection):
- Simple Random Sampling: Each individual has an equal chance. Use random number tables or computer-generated random numbers.
- Systematic Random Sampling: Select every k-th individual from a list (e.g., every 5th patient in a ward register). k = N/n (population size/sample size).
- Stratified Random Sampling: Divide population into subgroups (strata) based on a characteristic (e.g., age groups), then randomly sample from each stratum. Ensures representation of all subgroups.
- Cluster Sampling: Naturally occurring groups (clusters, e.g., hospitals, villages) are randomly selected, and all or a random sample within each cluster are studied. Useful when a complete sampling frame is unavailable.
Non-probability sampling (selection is not random):
5. Convenience sampling: Whoever is available (most prone to bias).
6. Purposive sampling: Deliberately select subjects with specific characteristics.
7. Snowball sampling: Each participant recruits further participants. Used for hidden or hard-to-reach populations.
SECTION 13: SAMPLE SIZE CALCULATION
Q. Factors affecting sample size.
Sample size is determined by:
- Alpha (α): The acceptable Type I error rate. Lower α (e.g., 0.01 vs. 0.05) → larger sample size needed.
- Beta (β): The acceptable Type II error rate. Lower β → larger sample size.
- Power (1 - β): Desired probability of detecting a real difference. Higher power (e.g., 90% vs. 80%) → larger sample.
- Effect size (d): The minimum clinically meaningful difference expected between groups. Smaller effect size → larger sample needed.
- Variability (SD): Greater variability in the outcome → larger sample needed.
- Study design: Paired designs require fewer subjects than unpaired designs.
- Dropout rate: Expected loss to follow-up necessitates inflating the calculated sample.
Formula for two-group comparison of means:
n = 2(Zα + Zβ)² × σ² / d²
Where Zα = z-value for alpha, Zβ = z-value for beta, σ = SD, d = effect size.
Q. What is Power?
- Power = 1 - β = probability of correctly rejecting a false null hypothesis.
- Power = 80% means there is an 80% chance the study will detect a true difference if it exists, and a 20% chance of missing it (Type II error).
- Standard acceptable power = 80% (β = 0.20), but 90% is preferred for pivotal trials.
- Power increases with: larger sample size, larger effect size, lower variability, higher alpha.
SECTION 14: BIAS AND CONFOUNDING
Q. Define Bias. Classify with examples.
Bias: A systematic error in study design or conduct that distorts results in a consistent direction, leading to incorrect conclusions.
A. Selection Bias: Systematic difference in how participants are selected.
- Berkson's bias: Hospital-based case-control studies over-represent sick individuals in both cases and controls, distorting the OR.
- Healthy worker effect: Workers appear healthier than the general population because severely ill people cannot work.
- Attrition/Dropout bias: Differential loss to follow-up between groups.
B. Information Bias (Measurement / Observation bias):
- Recall bias: Cases remember past exposures better than controls (common in case-control studies). Example: mothers of malformed infants remember drug exposures more accurately than controls.
- Observer/Interviewer bias: The investigator's knowledge of the subject's exposure status influences how outcomes are assessed. Minimized by blinding.
- Hawthorne effect: Subjects change their behavior because they know they are being studied.
- Detection bias: One group is more closely monitored, so outcomes are detected more often in that group.
- Lead time bias: Early detection of disease makes survival appear longer without actually prolonging life (relevant for screening studies).
C. Channeling bias (Prescribing bias): Clinicians preferentially prescribe certain drugs to sicker or less sick patients based on perceived suitability, distorting drug efficacy studies.
Q. Confounding - Definition and Control.
Confounding: A variable that is associated with both the exposure and the outcome, distorting the true relationship between them.
Example: A study finds that coffee drinking is associated with lung cancer. But heavy coffee drinkers also tend to smoke. Smoking is the confounder.
Criteria for a confounder:
- Associated with the exposure.
- Associated with the outcome.
- NOT on the causal pathway between exposure and outcome.
Methods to control confounding:
At design stage:
- Randomization: Best method - distributes both known and unknown confounders equally.
- Restriction: Limit study to subjects within a narrow range of the confounding variable.
- Matching: Match cases and controls on the confounder variable (used in case-control studies).
At analysis stage:
4. Stratification: Mantel-Haenszel method - analyze results separately within strata.
5. Multivariable regression: Adjust for multiple confounders simultaneously in the statistical model.
6. Propensity score methods: Used in observational studies to emulate randomization.
SECTION 15: CORRELATION AND REGRESSION
Q. Pearson's Correlation Coefficient (r).
- Measures the strength and direction of a linear relationship between two continuous normally distributed variables.
- Range: -1 to +1.
- r = +1: Perfect positive linear relationship.
- r = -1: Perfect negative linear relationship.
- r = 0: No linear relationship.
- r = +0.9: Strong positive correlation (e.g., dose and plasma concentration).
- r = -0.1: Very weak negative correlation (essentially no relationship).
- Caution: Correlation does NOT imply causation.
Spearman's Rank Correlation (rho/ρ):
- Non-parametric equivalent.
- Used for ordinal data or when data is not normally distributed.
Q. Linear Regression.
- Quantifies the relationship between one independent variable (predictor, X) and one continuous dependent variable (outcome, Y).
- Equation: Y = a + bX (a = intercept, b = slope/regression coefficient).
- b = the change in Y for a one-unit change in X.
Multiple Regression: Multiple independent variables predicting one continuous outcome. Controls for confounders.
Logistic Regression: Used when the dependent variable is binary (e.g., survived/died, responded/didn't respond). Produces odds ratios. Extremely common in pharmacoepidemiology.
SECTION 16: SURVIVAL ANALYSIS
Q. What is Survival Analysis?
Survival analysis studies the time from a defined starting event (e.g., randomization, diagnosis) to an endpoint (e.g., death, relapse, drug discontinuation). It handles censored data - patients who did not experience the endpoint by end of study or were lost to follow-up.
Kaplan-Meier Curve:
- A step-function curve that estimates the probability of surviving beyond each time point.
- Drops at each event (death/relapse).
- Censored observations shown as tick marks on the curve.
- Two curves (treatment vs. control) compared using the log-rank test.
Log-rank test: A non-parametric test to compare two or more survival curves. Tests whether the survival distributions are statistically different.
Hazard Ratio (HR):
- The ratio of the hazard rate (instantaneous risk of event) in the treatment group vs. the control group.
- HR = 0.6: Treatment reduces the hazard (risk of event) by 40%.
- HR = 1: No difference.
- HR > 1: Treatment increases risk.
- Produced by Cox proportional hazards regression (allows adjustment for covariates).
Censoring: A patient is censored when their follow-up ends before the event occurs, either because the study ended, they withdrew, or they were lost. Censored data contributes to the analysis up to the point of censoring.
SECTION 17: META-ANALYSIS AND SYSTEMATIC REVIEW
Q. Systematic Review vs. Narrative Review vs. Meta-Analysis.
| Feature | Narrative Review | Systematic Review | Meta-Analysis |
|---|
| Question | Broad | Focused (PICO) | Focused (PICO) |
| Search strategy | Informal, unsystematic | Explicit, reproducible | Explicit, reproducible |
| Study selection | Subjective | Pre-defined criteria | Pre-defined criteria |
| Quantitative pooling | No | No (usually) | Yes |
| Risk of bias | High | Lower | Lower |
Q. Forest Plot.
A forest plot graphically displays the results of each study included in a meta-analysis and the combined pooled estimate.
How to read a forest plot:
- Each horizontal line = one study. The square is the point estimate (OR, RR, MD); its size reflects the study's weight (usually proportional to sample size).
- The horizontal line through the square = 95% CI. If it crosses the vertical line of no effect (OR=1 or MD=0), that study is not statistically significant.
- The diamond at the bottom = pooled estimate (summary result). Its width = 95% CI.
- A narrow diamond centered away from the null = precise, significant pooled result.
Q. Heterogeneity - I² Statistic.
Heterogeneity = variability in results across studies beyond chance.
I² statistic measures the proportion of total variation in study estimates due to between-study heterogeneity.
- I² = 0%: No heterogeneity.
- I² = 25%: Low heterogeneity (generally acceptable).
- I² = 50%: Moderate heterogeneity (concerning).
- I² = 75-100%: High/substantial heterogeneity (pooling may not be appropriate).
When heterogeneity is high, a random-effects model is preferred over a fixed-effects model.
Fixed-effects model: Assumes all studies estimate one true effect size. Used when studies are homogeneous.
Random-effects model: Assumes studies estimate different but related effect sizes. Accounts for heterogeneity. Produces wider CIs (more conservative).
Q. Publication Bias and Funnel Plot.
Publication bias: Studies with positive (significant) results are more likely to be published than those with negative results. This skews meta-analyses toward overestimating a treatment's benefit.
Funnel plot: A scatter plot of study effect size (x-axis) vs. a measure of study precision such as standard error (y-axis).
- In the absence of bias, studies scatter symmetrically in an inverted funnel shape around the pooled estimate.
- Asymmetric funnel plot suggests publication bias (small studies with negative results are missing from the bottom-left corner).
Egger's test: A statistical test for funnel plot asymmetry.
SECTION 18: EVIDENCE-BASED MEDICINE (EBM)
Q. Define EBM and PICO Framework.
EBM (Sackett's definition): "The conscientious, explicit, and judicious use of current best evidence in making decisions about the care of individual patients, integrating individual clinical expertise with the best available external clinical evidence from systematic research."
Three pillars of EBM:
- Best available external research evidence.
- Individual clinical expertise.
- Patient values and preferences.
PICO Framework (for formulating a clinical question):
- P = Patient / Population / Problem
- I = Intervention (drug, treatment)
- C = Comparison (standard treatment, placebo)
- O = Outcome (primary endpoint)
Example from pharmacology: In hypertensive patients (P), does Amlodipine (I) compared to Atenolol (C) reduce the risk of cardiovascular events (O)?
Q. Internal Validity vs. External Validity.
- Internal validity: The degree to which the results of a study accurately reflect the true relationship within the study population. Threatened by bias and confounding.
- External validity (generalizability): The degree to which the study results can be applied to populations and settings outside the study. A highly controlled RCT may have high internal but low external validity (pragmatic concern for MD pharmacology).
SECTION 19: EPIDEMIOLOGY MEASURES
Q. Incidence vs. Prevalence.
Incidence: Number of NEW cases of a disease occurring in a population at risk during a specified time period.
- Incidence rate = New cases / Population at risk × Time
Prevalence: Total number of EXISTING cases (new + old) in a population at a specific time.
- Point prevalence = Existing cases at one time / Total population
- Period prevalence = Cases during a time period / Population
Relationship: Prevalence ≈ Incidence × Duration of disease.
- If a disease is cured quickly, prevalence << incidence.
- If a disease is chronic, prevalence >> incidence.
Q. Case Fatality Rate (CFR) vs. Crude Death Rate.
- CFR = (Deaths from a specific disease / Total cases of that disease) × 100%. Measures the severity of a disease. Example: CFR of COVID-19 was ~1-2% in many countries.
- Crude Death Rate = Total deaths in a population / Total population × 1000 per year. Affected by age structure. Hence, age-standardization is needed for comparisons.
SECTION 20: PHARMACOSTATISTICS
Q. Dose-Response Curve and EC50.
The dose-response curve is a sigmoidal (S-shaped) curve plotted on a log-dose vs. effect scale. Key parameters:
- Emax: Maximum achievable effect.
- EC50: The drug concentration producing 50% of Emax. Inverse measure of potency - lower EC50 = more potent.
- Hill coefficient (n): Steepness of the curve. n > 1 = cooperative binding (steep curve). n = 1 = hyperbolic binding.
Statistically, EC50 and its 95% CI are estimated by non-linear regression fitting.
Q. Bioequivalence - Statistical Method (TOST).
Bioequivalence = two formulations of the same drug (e.g., brand vs. generic) produce similar plasma concentration-time profiles, such that their effects can be considered interchangeable.
Statistical method: Two One-Sided Tests (TOST):
- The 90% CI for the ratio of PK parameters (AUC and Cmax) of test vs. reference must fall within the 80-125% bioequivalence limits.
- If the entire 90% CI for AUC ratio falls between 0.80 and 1.25, bioequivalence is established.
Q. Probit Analysis - LD50, ED50.
Probit analysis: A dose-response statistical method that transforms the sigmoid dose-response curve into a linear form using the probit (probability unit) transformation.
Used to calculate:
- ED50 (Effective Dose 50): The dose that produces the desired effect in 50% of a population.
- LD50 (Lethal Dose 50): The dose that kills 50% of an experimental animal population.
- Therapeutic Index (TI) = LD50 / ED50. Higher TI = wider margin of safety.
FINAL EXAM QUESTION ANSWERS (Quick Reference)
1. p-value and CI (short note):
p-value = probability the observed difference arose by chance under H₀; p < 0.05 is statistically significant. 95% CI = range of values containing the true population parameter 95% of the time; if CI for OR/RR includes 1, result is not significant. CI is more informative than p-value alone.
2. Type I and Type II errors:
Type I (α) = reject true H₀ = false positive = drug appears to work when it doesn't; controlled by setting α = 0.05. Type II (β) = accept false H₀ = false negative = miss a real drug effect; controlled by adequate sample size and power (1-β ≥ 0.80).
3. Phases of clinical trial:
Phase 0 (microdosing) → Phase I (safety, healthy volunteers, dose-finding) → Phase II (efficacy, dose-response, patients) → Phase III (large-scale, comparative, pivotal for drug approval) → Phase IV (post-marketing surveillance, pharmacovigilance).
4. RCT - design, merits, limitations:
Design: parallel groups, randomly assigned, double-blind, placebo-controlled, analyzed by ITT. Merits: eliminates confounding, establishes causality, gold standard for efficacy. Limitations: costly, time-consuming, ethical constraints, exclusion criteria limit generalizability.
5. Sensitivity and specificity - 2×2 table:
Sensitivity = TP/(TP+FN) = ability to detect disease. Specificity = TN/(TN+FP) = ability to rule out disease. Screening tests prioritize sensitivity (SnOut); confirmatory tests prioritize specificity (SpIn).
6. NNT:
NNT = 1/ARR. ARR = risk in control minus risk in treatment. NNT = 10 means 10 patients must be treated to prevent 1 bad outcome. Lower NNT = more effective treatment.
7. Meta-analysis and forest plot:
Meta-analysis pools quantitative data from multiple studies. Forest plot shows individual study estimates and pooled estimate (diamond). Heterogeneity quantified by I². Publication bias assessed via funnel plot. Random-effects model used when I² > 50%.
8. Controlling confounding:
Design stage: randomization (best), restriction, matching. Analysis stage: stratification, multivariable regression, propensity scoring.
9. Sample size factors:
Alpha (desired), beta (power), effect size (minimum clinically meaningful difference), SD (variability), dropout rate. Larger sample needed with lower alpha, higher power, smaller effect size, greater variability.
10. Parametric vs. non-parametric tests:
Parametric: assume normal distribution, more powerful; examples: t-test, ANOVA, Pearson r. Non-parametric: no distribution assumption; examples: Mann-Whitney, Kruskal-Wallis, Spearman rho. Use non-parametric for ordinal data, non-normal distributions, small samples.
11. Bioequivalence:
Established using TOST method. 90% CI for AUC and Cmax ratios (test/reference) must lie within 80-125%. Demonstrates pharmaceutical interchangeability of brand and generic drugs.
12. PICO framework:
P = Patient/Problem, I = Intervention, C = Comparison, O = Outcome. Used to formulate answerable clinical questions and guide literature search for EBM.
13. Survival analysis and Kaplan-Meier:
Analyzes time-to-event data; handles censoring. KM curve = step-function estimating survival probability over time. Two curves compared by log-rank test. Hazard ratio (Cox regression) quantifies the treatment effect. HR < 1 = reduced risk.
14. Publication bias:
Positive studies more likely published than negative. Leads to overestimation of treatment effects in meta-analyses. Detected by funnel plot asymmetry and Egger's test. Minimized by trial registration and gray literature search.
15. RR, OR, Attributable Risk:
RR = [a/(a+b)] / [c/(c+d)], used in cohort/RCT. OR = ad/bc, used in case-control. Both express strength of association. AR = excess risk due to exposure = [a/(a+b)] - [c/(c+d)]. OR approximates RR when disease is rare. For protective factors, RR < 1 and OR < 1.
Sources: Goldman-Cecil Medicine, 26e - Berek & Novak's Gynecology, Textbook of Family Medicine 9e, Harriet Lane Handbook 23e, Dermatology 2-Volume Set 5e (Textbook Library).