VerifiedEvidence: highv1.0.0

Markov Cohort Model

A Markov model tracking a hypothetical cohort collectively as proportions across health states over cycles, rather than simulating each patient separately.

Last reviewedDarrin Baines IP Ltd

Concept Architecture

Concept

Theoretically, Markov Cohort Model is a cohort-based state-transition model in which a population is represented by proportions occupying mutually exclusive health states that evolve according to a Markov chain. The model assumes that transition probabilities depend only on the current health state, satisfying the Markov property. In health economics, Markov cohort models are widely used to evaluate chronic diseases, long-term interventions and health technologies where disease progression can be represented as transitions between discrete health states.

Mathematically, a Markov cohort model is represented by an initial cohort state vector and a transition probability matrix that is repeatedly applied over successive cycles. At each cycle, the distribution of the cohort across health states is updated through matrix multiplication. State-specific costs and health outcomes are accumulated over the model horizon to estimate expected costs, life years and quality-adjusted life years.

In practice, health states are defined to represent clinically meaningful stages of disease, treatment or death. Transition probabilities are estimated from clinical trials, observational studies or survival analyses, while costs and utilities are obtained from economic and quality-of-life data. Model outputs are validated using calibration, internal consistency checks and sensitivity analyses before informing health technology assessment and healthcare decision making.


Purpose

Used to estimate the long-term clinical and economic consequences of healthcare interventions by simulating the movement of patient cohorts between health states over successive model cycles.


Mathematical Formulae

Primary Formula

Cohort state update:

????? = ?????

where:

  • ??? = cohort state vector at cycle t
  • ?? = transition probability matrix

Supporting Formulae

State distribution after n cycles:

??? = ?????�

Expected total cost:

C = ????? ?????

Expected total health outcome:

E = ????? ?????

where:

  • ?? = vector of state-specific costs
  • ?? = vector of state-specific health outcomes

Related Mathematical Methods

  • Markov chains
  • Matrix algebra
  • State-transition modelling
  • Cohort simulation
  • Survival analysis
  • Half-cycle correction
  • Probabilistic sensitivity analysis

Example

A health economic evaluation compares two treatments for chronic obstructive pulmonary disease using four health states: Mild, Moderate, Severe and Death.

The initial cohort is:

??? = [1, 0, 0, 0]

Each annual cycle applies the transition probability matrix to obtain the next cohort distribution. After 20 annual cycles, cumulative state occupancy is combined with annual healthcare costs and utility weights to estimate lifetime costs and quality-adjusted life years for each treatment strategy, allowing calculation of the incremental cost-effectiveness ratio.


Excel Implementation

FunctionExample FormulaHealth Economics Application
MMULT=MMULT(StateVector,TransitionMatrix)Update cohort distribution each cycle
SUMPRODUCT=SUMPRODUCT(StateVector,CostVector)Calculate expected cost per cycle
SUMPRODUCT=SUMPRODUCT(StateVector,UtilityVector)Calculate expected QALYs per cycle
SEQUENCE=SEQUENCE(NumberCycles)Generate model cycle indices
MUNIT=MUNIT(NumberStates)Create identity matrices during model construction

VBA (Optional)

Automate repeated cohort state updates, outcome accumulation and probabilistic sensitivity analyses across alternative intervention strategies.


Sources

  • Sonnenberg FA, Beck JR. Markov models in medical decision making: a practical guide. Medical Decision Making. 1993;13(4):322?338.
  • Siebert U, Alagoz O, Bayoumi AM, et al. State-transition modeling: a report of the ISPOR-SMDM Modeling Good Research Practices Task Force-3. Medical Decision Making. 2012;32(5):690?700.
  • Briggs A, Claxton K, Sculpher M. Decision Modelling for Health Economic Evaluation. Oxford University Press; 2006.
  • NICE. Health Technology Evaluation Manual.
  • ISPOR-SMDM Modeling Good Research Practices Task Force reports.
  • Drummond MF, Sculpher MJ, Claxton K, Stoddart GL, Torrance GW. Methods for the Economic Evaluation of Health Care Programmes. 4th ed. Oxford University Press.

Library

Publications

1
  • Journal article

    An Introduction to Markov Modelling for Economic Evaluation — Briggs & Sculpher, Vol. 13, No. 4 ed., 1998 (PharmacoEconomics)

    The foundational tutorial paper introducing Markov (state-transition) models for health economic evaluation, covering health states, cycle length, transition probabilities and the calculation of expected costs and outcomes. Widely cited as the standard entry point to Markov modelling.

Frequently Asked Questions (7)

  • What is a markov cohort model?

    A Markov model tracking a hypothetical cohort collectively as proportions across health states over cycles, rather than simulating each patient separately.

    Source: Sonnenberg FA, Beck JR. Markov models in medical decision making: a practical guide. Medical Decision Making. 1993;13(4):322-338. doi:10.1177/0272989X9301300409.

  • What is a Markov cohort model?

    A Markov cohort model is a Markov model that tracks a hypothetical cohort collectively, as proportions of the cohort across the health states over cycles, rather than simulating each patient separately. At each cycle, the proportions are updated by the transition probabilities, and costs and effects accrue according to where the cohort is. The Markov cohort model is the standard and simplest form of Markov model in health economics, giving the expected experience of the population efficiently and transparently.

    Source: Sonnenberg & Beck 1993

  • What does a Markov cohort model report as its output?

    A Markov cohort model reports how a whole group is distributed across health states at each cycle and, from that, the totals accumulated over the run. Multiplying the proportion in each state by the cost and health value attached to it, and summing across states and cycles, gives the cohort's expected lifetime cost and quality-adjusted life years. The output is an average for the group rather than a result for any individual. This average is what feeds the cost-effectiveness comparison. Briggs and colleagues (2006) describe these outputs.

    Source: Briggs et al. 2006

  • How does a Markov cohort model work?

    A Markov cohort model works by distributing the cohort across the health states, then at each cycle applying the transition probabilities to move proportions between states, updating the distribution, and accruing costs and health effects according to the proportions in each state. This is repeated over the cycles of the time horizon, and the accumulated costs and effects give the cohort's expected outcomes. The model follows the shares of the cohort in each state over time rather than individual patients.

    Source: Sonnenberg & Beck 1993

  • What are the advantages of a Markov cohort model?

    A Markov cohort model is simple, transparent, and computationally efficient, since it tracks proportions using average transition probabilities rather than simulating many individuals, and it gives a deterministic result for given inputs, without the random variation of individual simulation. It is easy to build, check, and communicate, and it supports extensive sensitivity analysis quickly. For problems where outcomes depend on average effects and individual heterogeneity and history do not much matter, it provides valid results efficiently, which is why it is widely used.

    Source: Sonnenberg & Beck 1993

  • What are the limitations of a Markov cohort model?

    A Markov cohort model cannot easily represent individual heterogeneity, patient history beyond the current state, or interactions between individuals, because it follows the cohort by average rates and the Markov assumption gives it no memory. Where future risks depend on past events, capturing this requires adding states, which can multiply their number, or moving to individual simulation. Where such individual-level features materially affect outcomes, a cohort model is inadequate, so its limitations stem from tracking proportions rather than individuals.

    Source: Sonnenberg & Beck 1993

  • How does a Markov cohort model differ from microsimulation?

    A Markov cohort model tracks the whole cohort as proportions across states using average transition probabilities, giving a deterministic result, whereas Markov microsimulation follows individual patients one at a time, each moving through states with their own randomly determined history. The cohort model is simpler and faster but cannot capture heterogeneity or history beyond the current state, while microsimulation can, at greater computational cost and with random variation. The choice depends on whether individual-level detail materially affects the results.

    Source: Sonnenberg & Beck 1993

Trust Record

Verified by Dr Darrin Baines

British health economist

Professional identity: darrinbaines.org

Verification date: 7 Oct 2025

Content version: 1.0.0

Canonical Identity

Term code
HE-EM-MM-012

Stable URI · Machine-readable · Resolvable · CC BY 4.0