I now have comprehensive material from multiple textbooks. Let me compile the complete NEET PG biostatistics guide:
Biostatistics for NEET PG 2026 - Complete Guide
This covers every high-yield topic tested in NEET PG. Work through each section carefully.
MODULE 1: MEASURES OF CENTRAL TENDENCY & DISPERSION
Central Tendency
| Measure | Definition | When to Use |
|---|
| Mean | Sum of all values / n | Normal (symmetric) distribution |
| Median | Middle value when sorted | Skewed distribution |
| Mode | Most frequently occurring value | Categorical data, bimodal data |
Key rules for skewed distributions:
- Positively skewed (tail to the right): Mean > Median > Mode
- Negatively skewed (tail to the left): Mean < Median < Mode
- In a normal distribution: Mean = Median = Mode
Dispersion
- Range = Max - Min (crude, affected by outliers)
- Standard Deviation (SD) = average spread around the mean
- Variance = SD²
- Coefficient of Variation (CV) = (SD/Mean) × 100 -- used to compare variability across different units
Normal distribution (Bell curve):
- Mean ± 1 SD = 68.2% of data
- Mean ± 2 SD = 95.4% of data
- Mean ± 3 SD = 99.7% of data
MODULE 2: STUDY DESIGNS (Very High Yield)
Hierarchy of Evidence (strongest to weakest)
- Systematic review / Meta-analysis
- Randomized Controlled Trial (RCT) - Gold standard for causation
- Cohort study
- Case-control study
- Cross-sectional study
- Case series / Case reports
- Expert opinion
Study Design Summary Table
| Design | Direction | Best for | Key Measure |
|---|
| RCT | Prospective | Efficacy of treatment | RR, NNT |
| Cohort | Prospective (or retrospective) | Incidence, risk factors | Relative Risk (RR) |
| Case-Control | Retrospective | Rare diseases | Odds Ratio (OR) |
| Cross-sectional | Single time point | Prevalence, screening | Prevalence ratio |
| Ecological | Population-level | Hypothesis generation | -- |
Memory aid: "Cohort calculates RR, Case-control calculates OR"
Randomized Controlled Trial
- Gold standard for measuring causal relationships
- Randomization eliminates known AND unknown confounders - this is the key advantage over observational studies
- Blinding reduces bias: Single blind (patient), Double blind (patient + investigator), Triple blind (+ analyst)
Cohort Study
- Follow exposed vs. unexposed groups forward in time
- Can calculate: Incidence, RR, Attributable Risk
- Prospective cohort: More reliable, expensive, takes time
- Retrospective cohort: Uses existing records, faster
Case-Control Study
- Start with cases (have disease) and controls (no disease), look back at exposure
- Best for rare diseases and diseases with long latency
- Cannot calculate incidence or RR directly; uses Odds Ratio
- Recall bias is a major limitation
Cross-Sectional Study
- Snapshot in time; measures prevalence
- Cannot establish causality (chicken-egg problem)
- Cheap, fast, good for survey data
MODULE 3: THE 2×2 TABLE - Core of Biostatistics
This is the most tested concept. Master it cold.
DISEASE + DISEASE -
TEST POSITIVE a b a+b
TEST NEGATIVE c d c+d
a+c b+d N
| Parameter | Formula | Memory Trick |
|---|
| Sensitivity | a/(a+c) | TP/(TP+FN) -- "SNOUT": High Sensitivity rules OUT |
| Specificity | d/(b+d) | TN/(TN+FP) -- "SPIN": High Specificity rules IN |
| PPV | a/(a+b) | TP/(TP+FP) -- depends on prevalence |
| NPV | d/(c+d) | TN/(TN+FN) -- depends on prevalence |
| Accuracy | (a+d)/N | (TP+TN)/Total |
SNOUT and SPIN:
- High SeNsitivity = rules OUT disease (use for screening - don't miss cases)
- High SPecificity = rules IN disease (use for confirmation - don't over-diagnose)
Effect of prevalence on PPV/NPV:
- When disease prevalence rises: PPV rises, NPV falls
- Sensitivity and specificity are independent of prevalence
- PPV and NPV depend on prevalence
Example (from Henry's Clinical Diagnosis): In a cardiac marker study with 200 AMI patients and 200 healthy subjects:
- Sensitivity = 196/200 = 98%
- Specificity = 180/200 = 90%
- PPV = 196/216 = 91%
- NPV = 180/184 = 98%
MODULE 4: MEASURES OF RISK
Relative Risk (RR)
- Used in cohort studies and RCTs
- RR = Incidence in exposed / Incidence in unexposed
- RR = 1: no association; RR > 1: positive association; RR < 1: protective
Odds Ratio (OR)
- Used in case-control studies
- OR = (a×d) / (b×c) from the 2×2 table
- When disease is rare, OR ≈ RR (rare disease assumption)
Attributable Risk (AR) = Risk Difference
- AR = Incidence (exposed) - Incidence (unexposed)
- Tells you the absolute excess risk due to exposure
- Example: 37 CHD events/10,000 in treated - 30/10,000 in placebo = 7 additional events/10,000
Number Needed to Treat (NNT)
- NNT = 1 / Attributable Risk
- Tells you how many patients you must treat to prevent 1 event
- Smaller NNT = more effective treatment
Number Needed to Harm (NNH)
- NNH = 1 / AR (when AR represents harm)
- Larger NNH = safer treatment
Relative Risk Reduction (RRR)
- RRR = AR / Incidence in control group
- Example: AR = 7/10,000, Incidence in control = 30/10,000 → RRR = 23%
MODULE 5: STATISTICAL TESTS
Choosing the Right Test
| Data Type | 2 Groups | 3+ Groups | Key Test |
|---|
| Continuous, normal | t-test (unpaired) | ANOVA | Parametric |
| Continuous, paired | Paired t-test | Repeated measures ANOVA | Parametric |
| Continuous, non-normal | Mann-Whitney U | Kruskal-Wallis | Non-parametric |
| Paired, non-normal | Wilcoxon signed-rank | Friedman test | Non-parametric |
| Categorical | Chi-square | Chi-square | -- |
| Categorical, small n | Fisher's exact test | -- | -- |
Decision algorithm:
- Is data categorical or continuous?
- If continuous - is it normally distributed?
- Same subjects (paired) or different subjects?
- How many groups?
Post-hoc testing: After ANOVA, you know somewhere a difference exists - post-hoc tests (e.g. Tukey, Bonferroni) tell you which groups differ. Always required after ANOVA.
Correlation
- Pearson's r: continuous, normally distributed data (-1 to +1)
- Spearman's rho: non-parametric equivalent
- r = +1: perfect positive; r = -1: perfect negative; r = 0: no linear correlation
- Correlation ≠ causation
Regression
- Simple linear regression: predict continuous outcome from 1 predictor
- Multiple linear regression: continuous outcome from multiple predictors
- Logistic regression: categorical (binary) outcome - gives OR
- R² = proportion of variance explained by the model
MODULE 6: P-VALUE, CONFIDENCE INTERVALS & ERRORS
P-value
- Probability that the observed result occurred by chance alone, assuming the null hypothesis is true
- p < 0.05: result is statistically significant (less than 5% probability it's due to chance)
- p > 0.05: fail to reject the null hypothesis
- Statistical significance ≠ clinical significance - a tiny difference can be statistically significant with a large enough sample
Confidence Interval (CI)
- 95% CI means: if the study were repeated 100 times, 95 of those intervals would contain the true value
- If 95% CI for RR or OR includes 1.0 → result is NOT statistically significant
- If 95% CI for risk difference includes 0 → result is NOT statistically significant
- Narrow CI = more precise estimate (larger sample size)
Type I and Type II Errors
| Null hypothesis TRUE | Null hypothesis FALSE |
|---|
| Reject null | Type I error (α) | Correct (Power) |
| Fail to reject | Correct | Type II error (β) |
- Type I error (α): False positive - concluding there IS a difference when there isn't
- Acceptable rate: α = 0.05 (5%)
- Type II error (β): False negative - concluding there is NO difference when there actually is
- Acceptable rate: β = 0.20 (20%)
- Power = 1 - β = probability of detecting a true difference = ideally ≥ 80%
Bonferroni correction: When doing multiple comparisons, divide 0.05 by the number of comparisons to adjust the significance threshold (prevents inflated Type I error).
MODULE 7: BIAS & CONFOUNDING
Types of Bias
| Bias | Description | Common in |
|---|
| Selection bias | Non-representative sample | All studies |
| Recall bias | Cases remember exposure better than controls | Case-control |
| Observer/interviewer bias | Examiner expectation influences results | Interview studies |
| Attrition/Loss to follow-up bias | Dropouts differ from completers | Cohort, RCT |
| Lead-time bias | Screening detects disease earlier - survival appears longer | Screening studies |
| Length bias | Screening picks up slow-growing (less aggressive) disease | Screening studies |
| Hawthorne effect | Subjects change behavior when observed | Any study |
| Berkson's bias | Hospital controls don't represent general population | Case-control |
Confounding
- A confounder is a variable that is associated with both the exposure and the outcome
- The classic example: coffee drinking and lung cancer (confounded by smoking)
- RCTs eliminate confounding by randomization (both known and unknown confounders)
- Observational studies control confounding by: restriction, matching, stratification, multivariable regression
Internal vs. External Validity
- Internal validity: were study results unbiased? (did the study measure what it intended to?)
- External validity (generalizability): do results apply to real-world patients?
MODULE 8: SCREENING & DISEASE SURVEILLANCE
Criteria for a Good Screening Test (Wilson-Jungner)
- Disease is an important health problem
- Acceptable treatment is available
- Facilities for diagnosis and treatment are available
- There is a recognizable latent or early symptomatic stage
- Suitable test or examination exists
- Test is acceptable to the population
- Natural history of disease is understood
- Agreed policy on who to treat
- Cost is economically balanced in relation to medical expenditure as a whole
- Case-finding is a continuing process
ROC Curve
- Receiver Operating Characteristic curve plots Sensitivity (y-axis) vs. 1-Specificity (x-axis) at various cutoff values
- The better the test, the larger the Area Under the Curve (AUC)
- AUC = 0.5: no better than chance; AUC = 1.0: perfect test
- Used to compare accuracy of different diagnostic tests and to choose the optimal cutoff
MODULE 9: EVIDENCE-BASED MEDICINE (EBM)
PICO Framework
- P - Patient/Population/Problem
- I - Intervention
- C - Comparison
- O - Outcome
Levels of Evidence (high-yield for NEET PG)
- Ia: Meta-analysis of RCTs
- Ib: At least one RCT
- IIa: At least one controlled study without randomization
- IIb: At least one quasi-experimental study
- III: Descriptive studies (case-control, cohort)
- IV: Expert committee reports/opinion
Critical Appraisal
- Systematic review: exhaustive literature search + pre-defined inclusion criteria + pooled qualitative analysis
- Meta-analysis: statistical pooling of results from multiple studies to give a single quantitative estimate
- Forest plot: graphical display of individual study results and pooled result in meta-analysis; if the diamond crosses 1.0 (for RR/OR) → not significant
MODULE 10: SURVIVAL ANALYSIS
- Kaplan-Meier curve: plots survival probability over time; handles censored data
- Log-rank test: compares survival between two groups
- Hazard Ratio (HR): analogous to RR; used in survival analyses
- Cox regression (proportional hazards): adjusts for multiple covariates in survival analysis
HIGH-YIELD MNEMONICS & ONE-LINERS
| Concept | Memory Aid |
|---|
| Sensitivity rules OUT | SNOUT |
| Specificity rules IN | SPIN |
| Cohort → Relative Risk | Both start with a "common" exposure |
| Case-Control → Odds Ratio | Case control = rare = OR |
| Type I = false positive | "Crying wolf" (alpha, α) |
| Type II = false negative | "Missed the wolf" (beta, β) |
| NNT = 1/ARR | Smaller number = better drug |
| Normal curve: 68-95-99.7 | "One-Two-Three SD" |
QUICK-REVISION: COMMONLY TESTED NEET PG SCENARIOS
- "Which study is best for rare disease?" → Case-control
- "Best measure of central tendency for skewed data?" → Median
- "Test for categorical data in 2×2 table?" → Chi-square (or Fisher's exact if n < 5 in any cell)
- "Test comparing means of 3 groups?" → ANOVA
- "Test comparing paired (before/after) data, non-normal?" → Wilcoxon signed-rank
- "Screening test should be high in...?" → Sensitivity (rule out disease, don't miss cases)
- "Confirmatory test should be high in...?" → Specificity (rule in disease, avoid false positives)
- "Which bias affects case-control most?" → Recall bias
- "Lead-time bias overestimates...?" → Survival benefit of screening
- "CI for OR crosses 1 means...?" → Not statistically significant
- "Power of a study = ?" → 1 - β (ideally ≥ 80%)
- "Study that cannot prove causation?" → Cross-sectional, ecological
Sources consulted:
- Miller's Review of Orthopaedics 9th Edition (statistical tests, p-values, errors)
- Henry's Clinical Diagnosis and Management by Laboratory Methods (sensitivity, specificity, 2×2 table)
- Textbook of Family Medicine, 9th ed. (RR, AR, NNT)
- The Harriet Lane Handbook, 23rd ed. (EBM, PICO, study design)