Revision resources

Statistics & critical appraisal

FRCS Part 1 · General Surgery — a plain-English workbook with a self-test after every section.

Section oneChoosing the right test

You never really choose a test. You describe your data accurately, and the data chooses the test for you.

Every test answers the same question: could this difference have arisen by chance alone? The p-value is the answer. The tests differ only in the shape of data they are built to handle, in the way a screwdriver and a spanner differ by the fastener in front of them.

Step one: what kind of data is the outcome?

Categorical (nominal) data sorts patients into buckets — infection yes or no, blood group A, B, AB or O. All you can do is count how many sit in each bucket. There is no average blood group.

Ordinal data can be ranked, but the gaps between ranks are not equal. ASA grade, Clavien-Dindo, a pain score, a Likert scale. ASA 4 is worse than ASA 2 but not twice as bad, so an average ASA of 2.7 means nothing.

Continuous data is measured on a real scale with equal intervals — haemoglobin, BMI, operating time — so it can be meaningfully averaged.

Discrete data is a count: lymph nodes retrieved, previous operations, polyps found. Whole numbers only, but the intervals are equal and real, so it behaves like continuous data for the purpose of choosing a test.

Data Categoricalbuckets, no arithmetic Numericalreal quantities Nominalblood group OrdinalASA grade Discretelymph node yield Continuoushaemoglobin
Discrete data is a sibling of continuous, not a category of its own.
Discrete or ordinal?Both look like whole numbers. Ask whether the gaps are equal. Nodes 2 to 3 is the same step as 13 to 14, so it is discrete. ASA 2 to 3 is not the same step as 3 to 4, so it is ordinal.

Displaying data

The same data type that picks your statistical test also picks your chart. Match the picture to what you actually want the reader to see.

HistogramBox & whiskerScatterLineBar
Five workhorse charts — choose by data type and purpose, not by habit.
  • Histogram — the distribution of one continuous variable: its shape, spread and skew.
  • Box-and-whisker — the same continuous data summarised (median, IQR, range and outliers), and the best choice for comparing several groups side by side.
  • Scatter plot — the relationship between two continuous variables (then correlation or regression).
  • Line chart — a value changing over ordered time.
  • Bar chart — counts or proportions across categories. Pie charts only for a simple parts-of-a-whole, and best avoided in papers.
Bar chart or histogram?A bar chart shows categories — separate bars you could reorder freely. A histogram shows continuous data binned into ranges, so the bars touch and the x-axis is a number line. If the x-axis is numbers, it is a histogram.

Step two: normal or skewed?

A normal distribution is the symmetrical bell curve. Length of stay is not: most patients go home in three days and a few stay sixty, dragging a long tail to the right. The mean is bullied by those outliers; the median is not.

Parametric tests use the actual values and the mean, and assume normality. Non-parametric tests discard the raw values and use ranks — first, second, third — which is why they are immune to skew and outliers and why they also work for ordinal data. They are the safer option, at the cost of less statistical power.

Step three: paired or independent?

Independent means two separate sets of people. Paired means the same patient measured twice, or deliberately matched pairs. Pairing removes all the between-person noise, but only if you tell the test you have done it.

What kind of outcome data? Categoricalyes/no, counts Numbers, normalmean ± SD given Numbers, skewedmedian (IQR), ordinal Chi-squaredcompares proportions Unpaired t-test2 groups Mann-Whitney U2 groups Fisher's exactif any cell under 5 ANOVA3 or more groups Kruskal-Wallis3 or more groups
The three columns are the three answers to step one. Paired versions sit alongside each.

The paired equivalents

Independent groupsSame patients twice
Unpaired t-testPaired t-test
Mann-Whitney UWilcoxon signed-rank
Chi-squaredMcNemar's test
One-way ANOVARepeated-measures ANOVA
Kruskal-WallisFriedman test

Relationships rather than differences

When there are no groups, only two variables measured in the same patients, the question is correlation. Pearson's r for two normally distributed continuous variables in a straight-line relationship; Spearman's rank when either variable is skewed or ordinal. Both run from −1 to +1. Neither says anything about causation, and neither describes the steepness of the line.

If the stem is about prediction rather than association, you are in regression: linear for a continuous outcome, logistic for a binary one, Cox for time to an event, Poisson for counts.

Decoding the stem

Phrase in the stemWhat it tells you
mean ± SD, normally distributedParametric: t-test, ANOVA, Pearson
median (IQR), skewedNon-parametric: Mann-Whitney, Kruskal-Wallis, Spearman
Any score, grade or scaleOrdinal, so non-parametric
proportion, rate, developed or did notCategorical: chi-squared
before and after, own controlPaired
Three or more arms listedANOVA or Kruskal-Wallis
association between X and YCorrelation
predicts, adjusting for confoundersRegression
Time until an event, censored patientsLog-rank or Cox

Two habits resolve most stems: count the groups first, then look for the word median.

Section one in a nutshell

  • Let the data choose the test: identify the outcome type (categorical / ordinal / continuous / discrete) and whether groups are paired or independent.
  • Parametric (t-test, ANOVA, Pearson) needs roughly normal continuous data; non-parametric (Mann–Whitney, Kruskal–Wallis, Wilcoxon, Spearman) for ordinal or skewed.
  • Two independent groups → unpaired t / Mann–Whitney. Paired → paired t / Wilcoxon. >2 groups → ANOVA / Kruskal–Wallis.
  • Categorical → chi-squared (Fisher’s exact if an expected cell <5); paired categorical → McNemar’s.
  • Correlation: Pearson (normal) vs Spearman (ordinal/skewed). Binary outcome + several predictors → logistic regression; time-to-event with censoring → Kaplan–Meier + log-rank.
  • Displaying data: histogram for one distribution, box-and-whisker to compare groups, scatter for a relationship, line for change over time, bar for categories.
12 questions

Section twoInterpreting results

More marks live here than anywhere else in the topic, and most of them turn on definitions rather than arithmetic.

Describing data

The mean is the average, the median the middle value, the mode the commonest. In a symmetrical distribution all three coincide. In a right-skewed distribution they separate: mode, then median, then mean.

The standard deviation describes how widely individual patients scatter. In a normal distribution, 68% lie within one SD of the mean, 95% within two, and 99.7% within three. So a mean of 45 with an SD of 10 puts about 95% of patients between 25 and 65.

SD is not SEMThe standard error of the mean is SD divided by the square root of n. It describes how precisely you have pinned down the mean, not how patients scatter, and it shrinks as the study grows. Authors sometimes quote it because it is the smaller number.

The null hypothesis and the p-value

Every study begins by assuming the boring answer: there is no difference. Think of a criminal trial. The defendant is presumed innocent, the data are the evidence, and the p-value answers a single question — if the defendant really were innocent, how likely is evidence this incriminating?

So p = 0.03 means that if there were genuinely no difference, a result at least this extreme would arise 3% of the time. It does not mean there is a 3% chance the null hypothesis is true, and it says nothing about whether the difference matters. In 50,000 patients, a 1 mmHg difference will be highly significant and entirely useless.

The two ways to be wrong

A difference existsNo difference exists
You declare a differenceCorrect (power, 1−β)Type I error (α)
You declare no differenceType II error (β)Correct

A type I error convicts the innocent, and its probability is alpha, conventionally 0.05. Run twenty comparisons at that threshold and one will be significant by luck alone, which is why ANOVA exists rather than many t-tests, and why the Bonferroni correction divides alpha by the number of comparisons.

A type II error acquits the guilty, and is almost always caused by too few patients. Power is 1 minus beta, conventionally set at 80%. It rises with a larger sample, a larger true effect, less variability and a higher accepted alpha. A sample size calculation needs four ingredients: alpha, power, the minimum clinically important difference, and the expected variability.

RememberAbsence of evidence is not evidence of absence. A non-significant result in a small study usually means nobody looked hard enough.

Confidence intervals

A p-value gives a verdict; a confidence interval gives the range of effects the data are compatible with, which is far more useful. The move in an exam is to identify the value of no effect and see whether the interval crosses it. For ratios — odds ratio, relative risk, hazard ratio — that value is 1. For differences it is 0. Crossing it means the result is not significant, and p will exceed 0.05. The two always agree.

No effect (OR = 1) Trial A Significant Trial B Crosses 1, not significant Trial C Wide and imprecise 0.250.5124 Odds ratio
B and C share almost the same point estimate. C tells you nothing, because width is precision.

Risk and benefit

Take mortality of 12% with standard care and 8% with a new treatment.

  • Absolute risk reduction = 12 − 8 = 4%
  • Relative risk = 8 ÷ 12 = 0.67
  • Relative risk reduction = 4 ÷ 12 = 33%
  • Number needed to treat = 1 ÷ 0.04 = 25
High baseline (12% → 8%) Low baseline (3% → 2%) 12% 8% 3% 2% Control New Control New RRR 33%ARR 4% · NNT 25 RRR 33%ARR 1% · NNT 100
The same headline — a 33% relative risk reduction — hides a fourfold difference in the absolute benefit. A percentage quoted without its baseline is the trick being played.

Relative figures always sound better than absolute ones because they conceal the baseline. Cutting risk from 3% to 2% is also a 33% relative reduction, but the ARR is 1% and the NNT is 100. A percentage reduction quoted without a baseline is the trick being played.

Odds ratio or relative risk? Risk is events over everyone; odds is events over non-events. Relative risk needs the true underlying risk, so it is available only from cohort studies and trials. A case-control study fixes the number of cases in advance, so the odds ratio is the only option. When the outcome is rare the two are close; when it is common the odds ratio exaggerates.

Diagnostic accuracy

Draw the two-by-two table and everything falls out of it, depending on which direction you read.

Disease present Disease absent Test positive Test negative True positive False positive False negative True negative Sensitivity Specificity PPV NPV
Columns start from the truth. Rows start from the result in your hand.

Reading down the columns starts with the truth. Sensitivity is TP ÷ (TP + FN): of everyone with the disease, the proportion caught. Specificity is TN ÷ (TN + FP). These belong to the test and do not change with the population.

Reading across the rows starts with the result, which is what happens in clinic. PPV is TP ÷ (TP + FP), NPV is TN ÷ (TN + FN). These depend heavily on prevalence: in a low-prevalence population there are far more well people available to generate false positives, so PPV collapses while NPV rises. That is the central difficulty of screening.

SnNout: a Sensitive test, Negative, rules out. SpPin: a Specific test, Positive, rules in. Plotting sensitivity against 1 − specificity across thresholds gives the ROC curve; the area underneath summarises performance, with 0.5 a coin toss and above 0.8 considered good. Likelihood ratios express how far a result shifts pre-test probability, and a positive LR above 10 or negative LR below 0.1 is convincing.

Bias and confounding

Bias is systematic error built into the design, and no analysis fixes it afterwards. Selection bias: the people studied are unrepresentative. Recall bias: patients with disease remember exposures more thoroughly. Detection bias: the assessor's expectations colour the measurement, which blinding prevents. Attrition bias: dropouts differ from those who remain. Publication bias: negative trials never appear. Lead-time bias: screening moves the date of diagnosis earlier without changing the date of death. Length-time bias: screening preferentially catches indolent tumours because they linger in a detectable state.

Confounding is different. A third variable is independently associated with both exposure and outcome, manufacturing an apparent relationship. Unlike bias it can be handled — by randomisation at design, or by multivariable regression, stratification or matching at analysis.

Intention-to-treat analyses every patient in the arm they were randomised to, whatever they received. It preserves randomisation and gives a conservative, pragmatic estimate. Per-protocol analysis breaks randomisation and flatters the intervention.

Section two in a nutshell

  • p-value = probability of a result this extreme if the null were true. Not the chance the null is true, and silent on effect size.
  • Type I (α) = false positive; Type II (β) = false negative; power = 1−β (usually 80%), driven mainly by sample size.
  • A confidence interval beats a p-value: does it cross the value of no effect? (1 for ratios, 0 for differences). Width = precision.
  • ARR = absolute difference; RRR hides the baseline; NNT = 1/ARR. The same 33% RRR can be an NNT of 25 or 100.
  • 2×2 table: sensitivity/specificity read down the columns (belong to the test); PPV/NPV read across the rows (depend on prevalence). SnNout / SpPin.
  • Intention-to-treat preserves randomisation and is conservative; per-protocol flatters the intervention.
12 questions

Section threeStudy design and levels of evidence

Two questions define every design: did the investigator assign the exposure, or only watch? And which way did the enquiry travel in time?

Cross-sectional Exposure & outcomemeasured together Case-control Exposure Outcome Cohort Exposure Outcome RCT Randomise Outcome Time Observational Interventional
Case-control is the only design whose enquiry runs backwards against time.

The designs

Case report and case series. One patient or a handful, with no comparison group, so effectiveness can never be claimed. Hypothesis-generating only.

Cross-sectional. A snapshot at one moment. Exposure and outcome measured together, so temporal sequence cannot be established. Measures prevalence, not incidence. Surveys and diagnostic accuracy studies are cross-sectional.

Case-control. Start with people who have the outcome, find comparable controls, look backwards for exposure. Fast, cheap, and the design of choice for rare diseases or long latency. Vulnerable to recall bias, and choosing controls is genuinely difficult. Because the number of cases was chosen by the investigator, only an odds ratio can be calculated.

Cohort. Start with exposed and unexposed groups and follow forwards. Establishes sequence, measures incidence and therefore relative risk, allows several outcomes from one exposure, and suits rare exposures. Expensive, slow, and vulnerable to attrition and confounding.

Retrospective does not mean case-controlA historical cohort uses records that already exist, but the enquiry still runs forwards from exposure to outcome. Direction defines the design, not when the data were collected.

Randomised controlled trial. The investigator assigns the exposure. Its unique strength, worth stating precisely, is that randomisation balances known and unknown confounders. Statistical adjustment can only handle confounders somebody thought to measure. Nothing else does this.

Two things that get confused: allocation concealment happens before randomisation and stops the recruiter foreseeing the next allocation, achieved with sealed opaque envelopes or a central service. Blinding happens afterwards and stops knowledge of the assigned treatment influencing care or assessment. A surgical trial may be impossible to blind yet have impeccable allocation concealment.

Weaknesses: expense, time, ethical limits, and often poor external validity because strict entry criteria produce a trial population unlike your clinic. Surgery is especially hard to randomise because of learning curves, unblindable operators, evolving technique and strong preferences.

Systematic review and meta-analysis sit at the top, but are hostage to the quality of what they contain.

Two extras

Ecological studies compare populations rather than individuals — national fat consumption against national cancer rates. The pitfall is the ecological fallacy: assuming a population-level association holds for the individuals within it.

Nested case-control studies draw cases and controls from within an existing cohort, keeping the efficiency of case-control while avoiding recall bias, because exposure was recorded before anyone developed the outcome.

Levels of evidence

LevelEvidence
1aSystematic review of RCTs
1bIndividual RCT with narrow confidence interval
2aSystematic review of cohort studies
2bIndividual cohort study, or poor-quality RCT
3aSystematic review of case-control studies
3bIndividual case-control study
4Case series, or poor-quality cohort or case-control
5Expert opinion, bench research, first principles
1a Systematic reviews & meta-analyses 1b Randomised controlled trials 2 Cohort studies 3 Case-control studies 4 Case series & reports 5 Expert opinion, bench research stronger evidence, less bias
The same hierarchy as the table, at a glance. Higher means less bias — but a well-run large cohort can still outrank a small, poorly-run trial.

Grades of recommendation follow: A from level 1, B from levels 2 to 3, C from level 4, D from level 5.

GRADE rates certainty as high, moderate, low or very low. Trials start high and observational studies start low, but both move. Downgrade for risk of bias, inconsistency, indirectness, imprecision or publication bias. Upgrade observational evidence for a very large effect, a dose-response gradient, or where plausible confounding would only have reduced the observed effect.

The hierarchy is a guide, not a lawA well-conducted large cohort beats a small badly-run trial, and some questions cannot ethically be randomised at all.

Section three in a nutshell

  • Two questions define a design: did the investigator assign the exposure, and which way does the enquiry run in time?
  • Case-control (starts with the outcome, looks back) → rare diseases, odds ratio only, recall bias. Cohort (starts with exposure, forwards) → incidence, relative risk, rare exposures.
  • Retrospective ≠ case-control: a historical cohort still runs forwards. Direction defines the design, not when the data were collected.
  • The RCT’s unique strength: randomisation balances known and unknown confounders. Allocation concealment (before) ≠ blinding (after).
  • Levels 1a→5, SR of RCTs at the top. GRADE: trials start high, observational low, and both can move.
  • The hierarchy is a guide, not a law — a well-run large cohort can beat a small, poorly-run trial.
12 questions

Section fourTrial design and reporting guidelines

🔒 Members only

This section is part of the members' workbook

Sections 1–3 are free to read. Sections 4–7 — trial design, evidence synthesis & survival, audit & governance and the full mixed paper — unlock with a MockFRCS membership.

Notify me at launch See membership

A superiority trial asks whether the new thing is better. A non-inferiority trial asks whether it is not meaningfully worse. The null hypothesis flips between them.

Superiority, non-inferiority, equivalence

A superiority trial starts from no difference and tries to disprove it. Failing to show superiority is not the same as showing sameness; it usually means the trial was too small.

A non-inferiority trial suits a new option that offers something other than efficacy: cheaper, safer, less invasive, day-case rather than inpatient. Its defining element is the margin, the largest loss of efficacy you would accept in return. It must be pre-specified and clinically justified, because a generous margin is the easiest way to rig a result. An equivalence trial requires the effect to fall within a margin in both directions.

Non-inferiority margin No difference Trial A Superior Trial B Non-inferior Trial C Inconclusive Trial D Inferior New treatment worse New treatment better
In a superiority trial you check whether the interval crosses zero. Here you check the margin, and zero is irrelevant to the claim.
ITT is not conservative hereIn a superiority trial, crossover and non-compliance dilute differences towards the null, which makes intention-to-treat cautious. In a non-inferiority trial that same dilution produces the answer you wanted, so both ITT and per-protocol analyses must be reported and must agree.

Randomisation methods

MethodWhat it does and why
SimpleA coin toss per patient. Easiest, but can leave groups badly unequal in small trials
BlockRandomises within blocks, keeping numbers balanced as recruitment proceeds. Vary block size to avoid predictability
StratifiedRandomises separately within strata such as centre or tumour stage, so key prognostic factors are balanced by design rather than by luck
MinimisationEach allocation chosen to minimise imbalance across several factors at once
ClusterRandomises hospitals or wards when contamination is unavoidable. Requires a larger sample because patients within a cluster are correlated

Trial architectures

Parallel group is the default. Crossover gives each patient both treatments in sequence, so each is their own control; valid only for chronic stable conditions and requires a washout period, which is why it almost never applies to an operation. Factorial tests two interventions at once in four combinations, efficient but assuming no interaction. Stepped wedge rolls an intervention out to clusters in randomised order until all have it. Adaptive and platform trials add and drop arms as data accumulate.

Feasibility studies ask whether the trial can be done at all; a pilot is a miniature of the real trial. Neither is designed to test effectiveness, and reading their outcome data as evidence of efficacy is a classic error.

Phases

PhaseWhoPurpose
ISmall numbers, often healthy volunteersSafety, toxicity, pharmacokinetics, dose-finding
IISmall group of patients with the diseasePreliminary efficacy, further dose-finding
IIILarge, randomised against standard careDefinitive efficacy; the basis for licensing
IVPost-marketingLong-term and rare adverse effects (Yellow Card)

Endpoints

Primary endpoints are pre-specified and drive the sample size. Secondary endpoints are hypothesis-generating and cannot rescue a negative trial.

Composite endpoints bundle outcomes of unequal importance and are frequently driven entirely by the least serious component. Surrogate endpoints substitute something measurable for what matters, and improvements in them do not reliably translate into patient benefit.

Why surgical trials are different

Operations are hard to blind, sham surgery raises real ethical difficulty, technique evolves mid-trial, and learning curves mean the same operation by different surgeons is not the same intervention. Expertise-based randomisation allocates patients to a surgeon expert in each technique rather than asking one surgeon to do both.

IDEAL stageNameStudy type
0Pre-clinicalLaboratory, animal
1IdeaFirst-in-human, case report
2aDevelopmentProspective case series
2bExplorationProspective cohort, feasibility RCT
3AssessmentDefinitive RCT
4Long-term studyRegistry, surveillance

Reporting guidelines

GuidelineApplies to
CONSORTRandomised controlled trials
SPIRITTrial protocols
PRISMASystematic reviews and meta-analyses
STROBEObservational studies
STARDDiagnostic accuracy studies
SQUIREQuality improvement reports
CARECase reports
TRIPODPrediction models
CHEERSHealth economic evaluations
ARRIVEAnimal research
IDEALSurgical innovation

The CONSORT flow diagram is the participant flowchart at the front of every trial paper, tracking numbers from eligibility through randomisation, allocation, follow-up and analysis, so that dropouts cannot be hidden. Prospective registration on ISRCTN or ClinicalTrials.gov before recruitment guards against outcome reporting bias — quietly swapping the primary endpoint for whichever secondary outcome reached significance.

Section four in a nutshell

  • Superiority (is it better?) vs non-inferiority (not meaningfully worse, within a pre-set margin) vs equivalence (within the margin both ways).
  • Non-inferiority: the whole CI must sit on the favourable side of the margin; report ITT and per-protocol — the conclusion holds only if they agree.
  • Cluster (avoids contamination), crossover (chronic stable disease + washout), factorial (two interventions at once), stepped-wedge (all eventually treated, order randomised).
  • Phases I (safety) → II (efficacy/dose) → III (definitive comparison) → IV (post-marketing surveillance).
  • Composite endpoints can be driven by the least serious component. Stratified randomisation balances strong prognostic factors.
  • Reporting: CONSORT (RCTs), PRISMA (reviews), STROBE (observational), STARD (diagnostic); IDEAL stages for surgical innovation.
12 questions

Section fiveEvidence synthesis, screening and survival

🔒 Members only

This section is part of the members' workbook

Sections 1–3 are free to read. Sections 4–7 — trial design, evidence synthesis & survival, audit & governance and the full mixed paper — unlock with a MockFRCS membership.

Notify me at launch See membership

Survival data has a feature no other outcome has: patients who did not have the event still tell you something.

Systematic review and meta-analysis

A systematic review is defined by method, not authorship: a pre-specified question, an explicit reproducible search, defined inclusion criteria, and formal risk-of-bias assessment. A narrative review does none of this however eminent its author. A meta-analysis is the optional statistical step of pooling the results.

Reading a forest plot. Each line is a study, with a box sized by its weight and whiskers for its confidence interval. The vertical line is no effect. The diamond at the foot is the pooled estimate, its width the pooled interval. If the diamond touches the line, the pooled result is not significant.

Trial ATrial BTrial CTrial DTrial E Pooled OR 0.78 (0.68–0.90) I² = 22% · fixed effects 0.51.02.0 Odds ratio (log scale) ← favours interventionfavours control →
Each box is a study, sized by its weight; the whisker is its confidence interval. The diamond is the pooled estimate — here it sits clear of the line of no effect, so the pooled result is significant.

Heterogeneity asks whether the studies are similar enough to pool. is the proportion of variation due to real differences rather than chance: below 25% low, around 50% moderate, above 75% substantial. A fixed effects model assumes one true underlying effect; a random effects model assumes it genuinely varies, gives wider intervals, and is appropriate when heterogeneity is present.

Publication bias is detected with a funnel plot of effect size against precision, which should be a symmetrical inverted funnel. A missing corner of small negative studies suggests they were never published. Egger's test assesses this formally. Risk of bias is graded with Cochrane RoB 2 for trials, and ROBINS-I or Newcastle-Ottawa for observational studies.

Symmetrical — no bias Asymmetrical — bias missing Effect sizeEffect size Precision (larger studies at top)
Precise (large) studies cluster near the top; smaller studies scatter wider below. A missing corner of small “negative” studies, as on the right, is the classic signature of publication bias — Egger’s test quantifies it.

Screening

The Wilson and Jungner criteria group into three. The condition must be an important health problem with a recognisable early stage and adequately understood natural history. The test must be suitable and acceptable, with an agreed policy on whom to treat. The programme needs an accepted effective treatment, facilities for diagnosis and treatment, economic balance, and continuity rather than a one-off exercise.

Screening is where lead-time and length-time bias bite, which is why disease-specific mortality across the whole population, not survival from diagnosis, is the only endpoint that cannot be fooled.

Survival analysis

Censoring covers a patient alive at last follow-up, or who died of something unrelated. They did not have the event, but they contributed information for the time you observed them, and censoring lets you use it rather than discard them.

Survival (%) 1007550250 01224364860 Months since surgery Median survival Intervention Control
Ticks are censored patients, not deaths. Deaths are the downward steps.

What to read off the curve: it steps rather than curves, and is flat between events. Ticks are censoring. Median survival is where the curve crosses 50%; a curve that never falls that far means median survival is not reached, which is favourable rather than missing. The right-hand end is unreliable because few patients remain at risk and each event produces a large step, so look for the numbers-at-risk table underneath.

The log-rank test compares whole curves and gives a p-value but no effect size. Cox proportional hazards regression gives the hazard ratio and can adjust for covariates. HR 0.6 means the instantaneous risk of the event is 40% lower at any given moment. Its assumption is that this ratio stays constant, so if the curves cross the hazard ratio is meaningless.

Endpoints: overall survival counts death from any cause and is hardest to argue with; disease-free survival is alive and without recurrence after curative treatment; progression-free survival is alive without progression in advanced disease.

Regression

Univariable analysis examines one predictor at a time; multivariable analysis includes several and is how confounding is handled statistically. The outcome picks the model: linear for continuous, logistic for binary, Cox for time-to-event, Poisson for counts.

Outcome typeExampleModelReports
ContinuousOperating time, haemoglobinLinear regressionCoefficients (β)
BinaryAnastomotic leak — yes / noLogistic regressionOdds ratios
Time-to-eventTime to recurrence (with censoring)Cox proportional hazardsHazard ratios
CountReadmissions per patient-yearPoisson regressionRate ratios

Propensity score matching models each patient's probability of receiving the intervention from their measured characteristics and matches across groups, mimicking randomisation. It balances only measured confounders, so it never equals randomisation however large the study.

Section five in a nutshell

  • A systematic review is defined by method (reproducible search + bias assessment); meta-analysis is the optional pooling step.
  • Forest plot: box = study weight, whisker = CI, diamond = pooled estimate. Diamond touching the line of no effect = not significant.
  • — <25% low, ~50% moderate, >75% substantial. Use a random-effects model when heterogeneity is present.
  • Funnel-plot asymmetry (missing small negative studies) points to publication bias; Egger’s test formalises it.
  • Screening: disease-specific mortality across the whole population is the only endpoint lead-time and length-time bias cannot fool.
  • Survival curves: ticks = censoring, steps = events. Median = where the curve crosses 50%; never crossing = “not reached” (favourable). Distrust the thin right-hand tail.
  • Log-rank gives a p-value only; Cox gives the hazard ratio and adjusts — but the HR is meaningless if the curves cross.
  • Overall survival is hardest to argue with; propensity matching balances only measured confounders.
12 questions

Section sixAudit, quality improvement and governance

🔒 Members only

This section is part of the members' workbook

Sections 1–3 are free to read. Sections 4–7 — trial design, evidence synthesis & survival, audit & governance and the full mixed paper — unlock with a MockFRCS membership.

Notify me at launch See membership

Raw mortality cannot be compared between surgeons or units, because the sickest patients are not evenly shared.

Audit, research and quality improvement

Question it asksEthics approval
ResearchWhat should we be doing? Generates new knowledgeREC and HRA approval
AuditAre we doing what we should? Compares against an existing standardLocal registration only
Quality improvementHow do we get better at it? Iterative changeNot required

The audit cycle: choose a topic, define a standard with a target, collect data, compare, implement change, then re-audit. An audit without the second data collection has not closed the loop and is not an audit.

Step 1 Choose topic Step 2 Set standard & target Step 3 Collect data Step 4 Compare with standard Step 5 Implement change Re-audit → close the loop
An audit is only an audit once you re-audit. Without the second data collection the loop never closes — that is the single most common exam (and real-world) failing.

PDSA cycles — plan, do, study, act — are small, rapid and repeated rather than one large intervention. Three kinds of measure are needed, and the third is the one people forget: outcome measures for what you are trying to change, process measures for whether the change actually happened, and balancing measures for what you might have broken elsewhere.

Run charts and statistical process control charts separate common cause variation, the ordinary noise of a stable system, from special cause variation, a genuine signal. Reacting to common cause variation as though it were a signal is the fundamental error of performance management.

Monitoring surgical outcomes

Risk adjustment predicts expected mortality from patient factors so that performance can be judged as observed against expected. POSSUM and P-POSSUM, the NELA risk model, ASA grade and the Charlson index all serve this. Adjusted results are then plotted on a funnel plot.

Mortality (%) 0510152025 0100200300400500 Annual case volume National average 2 SD control limits Outlier unit
Limits flare at low volume because small numbers vary more. Units inside them are indistinguishable from average, whatever their league-table rank.

Crossing the outer limit triggers investigation rather than judgement, since data quality and coding are the commonest explanations. CUSUM charts plot the cumulative difference between observed and expected outcomes, flagging deterioration far earlier than annual review, and are also used to demonstrate learning curves.

Agreement and validity

Reliability is reproducibility; validity is measuring what you intended. A miscalibrated scale is perfectly reliable and completely invalid.

StatisticUsed for
Cohen's kappaAgreement between two observers on a categorical judgement, corrected for chance. Above 0.8 very good, 0.6–0.8 good, below 0.2 poor. Weighted kappa for ordinal scales
Intraclass correlationAgreement on continuous measurements, or among more than two observers
Bland-Altman plotComparing two methods of measuring the same thing, plotting difference against mean with limits of agreement
Correlation is the wrong tool for agreementTwo methods can correlate almost perfectly while one reads consistently ten units high. Only a Bland-Altman plot exposes that offset.

Validity subtypes: internal (the study measured its own effect correctly), external (it generalises), content, construct and criterion.

Health economics

AnalysisCompares
Cost-minimisationCosts only, where outcomes are known to be equivalent
Cost-effectivenessCost per natural unit of outcome
Cost-utilityCost per QALY. The dominant UK approach
Cost-benefitEverything, including outcomes, converted to money

A QALY is one year of life in perfect health, so a year at half quality is 0.5 QALYs. The incremental cost-effectiveness ratio is the extra cost divided by the extra QALYs gained over current practice. NICE's threshold is broadly £20,000–30,000 per QALY, with flexibility for end-of-life and highly specialised treatments. PROMs are the patient-reported instruments that feed these calculations.

Research governance and ethics

  • Declaration of Helsinki — the founding ethical framework, arising from the Nuremberg Code
  • Good Clinical Practice — the international standard for design, conduct and reporting; mandatory training for trial recruiters
  • HRA and REC approval — required for research, not audit or QI. Trials of medicinal products also need MHRA authorisation
  • Consent — must include the right to withdraw at any time without affecting care, and a cooling-off period
  • Equipoise — genuine uncertainty in the expert community about which arm is superior. Without it, randomisation is unethical
  • Caldicott and data protection — justify the purpose, use the minimum necessary, strict need-to-know. Anonymised data has identifiers irreversibly removed; pseudonymised data retains a key and remains personal data
  • Authorship — all four ICMJE criteria required: substantial contribution, drafting or revising, final approval, and accountability. Funding or seniority alone does not qualify

Section six in a nutshell

  • Research (new knowledge, needs REC/HRA) vs audit (against a standard, local registration) vs QI (iterative, no approval).
  • The audit cycle only counts once you re-audit — no second data collection, no closed loop.
  • QI needs three measures: outcome, process, and the forgotten one — balancing measures.
  • Control charts separate common-cause noise from special-cause signal; reacting to noise is the classic management error.
  • Risk-adjust (POSSUM, NELA) then plot on a funnel plot; limits flare at low volume; crossing triggers investigation, not judgement. CUSUM flags change early.
  • Agreement: Cohen’s kappa (categorical), ICC (continuous), Bland–Altman (two methods) — correlation is the wrong tool. Cost-utility (£/QALY, NICE ~£20–30k) dominates UK economics.
12 questions

Section sevenMixed paper

🔒 Members only

This section is part of the members' workbook

Sections 1–3 are free to read. Sections 4–7 — trial design, evidence synthesis & survival, audit & governance and the full mixed paper — unlock with a MockFRCS membership.

Notify me at launch See membership

Thirty questions in random order with no signposting, because the hard part in the real exam is recognising which concept a stem is testing.

These do not repeat any question from the six section tests. If you want a harder run, take the whole bank at once.

30 questions, or 102