Concept Architecture
Dominance identifies comparisons in which one healthcare option is no more costly and no less effective than another, with a strict improvement in at least one of those dimensions. The sections below explain how dominance is identified, how it affects ICER calculations, and why strict dominance must be distinguished from extended dominance.
A dominance finding can settle a cost-effectiveness comparison without applying a threshold. However, dominance does not by itself establish affordability, feasibility or the final institutional decision.
What dominance means
An intervention dominates its comparator when it costs no more, produces no less health and is strictly better in cost, health outcome or both. The comparator is described as dominated because no cost-effectiveness trade-off justifies choosing it under the stated evidence.
Dominance is based on expected comparative costs and outcomes. It is not a claim that an intervention is clinically superior on every outcome or preferable for every patient.
- A dominant intervention is no more costly and no less effective than its comparator, with at least one strict improvement.
- A dominated intervention is no less costly and no more effective than its comparator, with at least one strict disadvantage.
- A dominance finding removes the need to compare an ICER with a cost-effectiveness threshold.
- A dominance finding should identify the comparator, population, perspective, time horizon and outcome measure.
How dominance is identified
Dominance is assessed using incremental cost and incremental effectiveness. Both differences should use the evaluated intervention minus the comparator so that their signs have a consistent meaning.
Let ΔC represent incremental cost and ΔE represent incremental effectiveness. The calculations are:
ΔC = Cost of intervention − Cost of comparator
ΔE = Effect of intervention − Effect of comparator
The combinations of cost and effect determine the interpretation:
| Incremental cost | Incremental effect | Interpretation |
|---|---|---|
| Negative | Positive | Intervention dominates |
| Positive | Negative | Intervention is dominated |
| Positive | Positive | Cost-effectiveness trade-off |
| Negative | Negative | Savings-versus-health trade-off |
Equal values also require careful treatment. An intervention dominates when it has equal cost and greater effectiveness, or equal effectiveness and lower cost; the reverse comparisons are dominated.
A worked dominance example
Suppose a new treatment costs £7,500 per patient and produces 4.8 QALYs, while current care costs £10,000 and produces 4.2 QALYs. The new treatment is both less costly and more effective.
Its incremental cost is −£2,500 and its incremental effectiveness is +0.6 QALYs. The new treatment therefore dominates current care, and an ICER threshold comparison is unnecessary.
ΔC = £7,500 − £10,000 = −£2,500
ΔE = 4.8 − 4.2 = +0.6 QALYs
- The example uses synthetic values and does not describe a real treatment or reimbursement decision.
- The dominance conclusion depends on the stated comparator and analytical assumptions.
- The result does not establish the total budget impact of adopting the treatment.
Why a negative ICER is ambiguous
A negative ICER occurs when incremental cost and incremental effectiveness have opposite signs. That can represent either a dominant intervention or a dominated intervention.
The ratio’s sign does not reveal which underlying difference is negative. Analysts should therefore inspect ΔC and ΔE separately rather than reporting or interpreting a negative ICER as though it were an ordinary cost-per-QALY result.
- Negative ΔC and positive ΔE indicate that the intervention dominates the comparator.
- Positive ΔC and negative ΔE indicate that the intervention is dominated by the comparator.
- A negative ICER should not be compared mechanically with a positive cost-effectiveness threshold.
- Net-benefit methods provide an interpretable result across both negative-ICER quadrants.
How dominance differs from a trade-off
Dominance occurs only when one option is at least as good on both cost and health outcome and strictly better on at least one. When one option improves health but increases cost, or reduces cost but sacrifices health, the comparison involves a trade-off.
Trade-off comparisons require a decision rule that values additional health relative to additional cost or savings. An ICER or net-benefit calculation may then be appropriate after the cost-effectiveness-plane quadrant has been identified.
- A more effective and more costly intervention requires a cost-versus-health trade-off.
- A less effective and less costly intervention requires a savings-versus-health trade-off.
- A less costly and more effective intervention dominates its comparator.
- A more costly and less effective intervention is dominated by its comparator.
How dominance is used with several alternatives
When several mutually exclusive alternatives are compared, dominance must be assessed before sequential ICERs are interpreted. An option that is dominated cannot lie on the efficient cost-effectiveness frontier and should not remain in the incremental comparison.
After strictly dominated options are removed, the remaining alternatives are ordered by expected cost and compared sequentially. Extended dominance is then assessed before the final ICERs are calculated.
- Order the alternatives from lowest to highest expected cost.
- Compare each alternative’s expected cost and expected effectiveness with the other options.
- Remove alternatives that are strictly dominated.
- Calculate sequential incremental costs, effects and ICERs for the remaining alternatives.
- Remove alternatives subject to extended dominance.
- Recalculate the sequential ICERs after every removal.
- Apply the cost-effectiveness threshold to the final efficient frontier.
How strict dominance differs from extended dominance
Strict dominance is a direct comparison: another available option costs no more and produces no less health, with at least one strict improvement. No combination or sequence of alternatives is required to identify it.
Extended dominance occurs when an alternative is less efficient than a combination of other options. It is identified through fully incremental analysis when sequential ICERs fail to increase as effectiveness rises.
- Strict dominance is visible from the expected cost and expected effectiveness of individual alternatives.
- Extended dominance depends on the relative efficiency of multiple alternatives.
- A strictly dominated option is removed before calculating the final sequential ICERs.
- An option subject to extended dominance is removed before constructing the final cost-effectiveness frontier.
- Removing either type of dominated option requires the incremental analysis to be recalculated.
Why dominance should be checked before calculating ICERs
Including a dominated option in an incremental analysis can produce misleading ratios and an incorrect cost-effectiveness frontier. Dominance screening ensures that every reported sequential ICER compares relevant efficient alternatives.
A pairwise ICER against a common baseline is not sufficient when several mutually exclusive options exist. The order and removal process must be visible so that the final comparisons can be reproduced.
- Dominance checks should precede threshold-based ICER interpretation.
- Dominated options should not be used as the next comparator on the final efficiency frontier.
- Sequential comparisons should be recalculated after each removal.
- The analysis should retain an audit trail showing why each option was excluded.
How uncertainty affects a dominance finding
A base-case analysis may classify an intervention as dominant even when costs and outcomes are uncertain. Probabilistic results may show that sampled comparisons fall in several quadrants of the cost-effectiveness plane.
Expected-value decision-making should use expected net benefit rather than the percentage of simulations in which an option is dominant. The probability of dominance can describe uncertainty, but it is not a complete decision rule.
- Base-case dominance describes the comparison using expected or central estimates.
- Probabilistic analysis can show how often the comparison falls within each cost-effectiveness-plane quadrant.
- A high probability of dominance does not replace expected-net-benefit comparison.
- Parameter and structural uncertainty should accompany the dominance conclusion when they could change the preferred option.
How to check dominance in Excel
Excel can classify two-option comparisons when the worksheet clearly separates costs, effects and incremental results. The formulas should recognize equality boundaries as well as comparisons in which both values differ.
Suppose incremental cost is in D2 and incremental effectiveness is in E2. The following formula identifies dominance, being dominated and the two trade-off situations:
=IF(AND(D2<=0,E2>=0,OR(D2<0,E2>0)),"Dominant",IF(AND(D2>=0,E2<=0,OR(D2>0,E2<0)),"Dominated",IF(AND(D2>0,E2>0),"More costly and more effective",IF(AND(D2<0,E2<0),"Less costly and less effective","Tie"))))
The calculation can be supported with these simpler formulas:
- Use
=B2-B3to calculate incremental cost when B2 contains intervention cost and B3 contains comparator cost. - Use
=C2-C3to calculate incremental effectiveness when C2 contains intervention effectiveness and C3 contains comparator effectiveness. - Use
=FILTER(A2:F20,F2:F20<>"Dominated")to display options not classified as dominated, while retaining the complete source table for audit. - Recalculate sequential comparisons after any dominated alternative is removed.
Common mistakes and safeguards
Dominance errors often result from interpreting the ICER before inspecting its components or from comparing alternatives inconsistently. These mistakes can retain inefficient options or reverse the meaning of a negative ratio.
The safeguard is to report expected costs and health outcomes alongside incremental differences and the cost-effectiveness-plane quadrant. Multi-option analyses should document every removal and recalculation.
- Interpreting every negative ICER as favourable confuses dominance with being dominated.
- Requiring both cost and effectiveness to differ can miss dominance at equality boundaries.
- Describing clinical superiority alone as economic dominance ignores comparative cost.
- Comparing options with different populations, perspectives or time horizons invalidates the dominance assessment.
- Leaving a dominated option in a multi-option analysis can distort sequential ICERs.
- Confusing strict dominance with extended dominance obscures why an option was removed.
- Selecting the option most often dominant in probabilistic simulations can differ from selecting the option with the greatest expected net benefit.
- Treating dominance as proof of affordability confuses efficiency with total financial impact.
What should be reported
A transparent dominance assessment should allow readers to verify the direction of the comparison and reproduce the classification. Reporting only that an intervention is dominant or dominated is insufficient.
The following information makes the finding auditable and prevents the term from being interpreted more broadly than the evidence supports:
- Report the evaluated intervention and comparator.
- Report the population, perspective, time horizon and health-outcome measure.
- Report expected costs and expected health outcomes for each alternative.
- Report incremental cost and incremental effectiveness with a consistent subtraction direction.
- Report the cost-effectiveness-plane quadrant.
- Report whether the result is strict dominance, extended dominance or a trade-off.
- Report every option removed from a multi-option analysis and the reason for removal.
- Report the recalculated sequential comparisons after each removal.
- Report uncertainty that could change the dominance classification.
- Report budget impact and wider HTA considerations separately from the dominance result.
Media & tools (1)
Related Concepts (8)
Library
Publications
3
Methods for the Economic Evaluation of Health Care Programmes — Drummond, Sculpher, Claxton, Stoddart & Torrance, 4th Edition ed., 2015 (Oxford University Press)
The standard international reference text for economic evaluation methods in health care, covering cost-effectiveness, cost-utility and cost-benefit analysis, measurement of costs and outcomes, evidence synthesis, and the characterisation of uncertainty.
BookView source →Applied Methods of Cost-Effectiveness Analysis in Healthcare — Gray, Clarke, Wolstenholme & Wordsworth, 1st Edition ed., 2011 (Oxford University Press)
A practical, worked-example guide to conducting cost-effectiveness analysis, structured around outcomes, costs, modelling with decision trees and Markov models, and presenting results. Volume 3 in the Handbooks in Health Economic Evaluation series, developed from the University of Oxford course.
BookView source →NICE Health Technology Evaluations: The Manual (PMG36) — National Institute for Health and Care Excellence, PMG36 ed., 2022 (NICE)
NICE’s consolidated methods and processes manual for health technology evaluation, defining the reference case for economic evaluation (perspective, comparators, time horizon, discounting, EQ-5D, cost-effectiveness thresholds and the severity modifier) — the authoritative HTA methods reference for the English NHS.
Media
1
Interpretation Guide, Health Economics: Cost-Effectiveness Plane Figures — National Advisory Committee on Immunization Economics Task Group, Version 1.0 ed., 2024 (Government of Canada)
A government interpretation guide with clear diagrams of the cost-effectiveness plane, showing how ICER results are read across the four quadrants (dominance, trade-off regions and the willingness-to-pay threshold).
Economic evaluation — National Institute for Health and Care Excellence, Technology appraisal and highly specialised technologies guidance manual ed., 2026 (NICE)
Official methods guidance for comparative economic evaluation, including incremental analysis, ICERs, comparators and the treatment of dominated options.
Web GuidanceView source →
Frequently Asked Questions (6)
What is dominance?
Dominance is a relationship between two healthcare options in which one is no more costly and no less effective than the other, with a strict improvement in cost, effectiveness or both.
How is dominance identified?
Dominance is identified by comparing expected costs and health outcomes using a consistent subtraction direction. An intervention dominates when it is no more costly and no less effective than its comparator, with at least one strict improvement. No cost-effectiveness threshold is required for that classification, although uncertainty and the wider decision context still matter.
What is extended dominance?
Extended dominance occurs when an option is not strictly dominated by another individual option but is less efficient than a combination of other alternatives. It is identified during fully incremental analysis when the sequence of incremental cost-effectiveness ratios reveals that an intermediate option does not lie on the efficient frontier.
Why does dominance matter before ratios are calculated?
Because incremental ratios are only meaningful between options that remain candidates. Calculating a ratio against a dominated option produces a figure that appears favourable and describes a comparison nobody should be making. Removing dominated and extendedly dominated options first, then calculating ratios between the survivors in order of increasing effect, is the correct sequence, and departing from it can recommend an option that is not the best available.
Source: Drummond et al. 2015
Does dominance survive uncertainty?
A dominance finding based on expected or central estimates may change when costs and outcomes are uncertain. Probabilistic analysis can show how often sampled comparisons fall in different quadrants, but the probability of dominance is not itself the decision rule. Expected net benefit should be used when comparing expected cost-effectiveness under uncertainty.
Where does dominance appear in practice?
It appears most often when an existing treatment is compared with a newer one that is both more effective and cheaper, which occurs with generic substitution and with technologies whose price has fallen. It also appears in comparisons of care pathways where a reorganisation both improves outcomes and reduces cost. Simple dominance is less common than extended dominance in analyses comparing several options, since real alternatives usually differ in a way that puts them on the frontier.
Source: healtheconomics.wiki
Trust Record
Verified by Dr Darrin Baines
British health economist
Professional identity: darrinbaines.org
Verification date: 16 Sep 2026, 01:23 UTC
Content version: 1.0.11
Canonical Identity
- Persistent URI
- https://healtheconomics.wiki/concept/dominance
- Term code
- HE-EE-CEA-020
Stable URI · Machine-readable · Resolvable · CC BY 4.0