| Diagnosis period | Sex | Age group | Follow-up (months) | Survival (%) | 95% CI | Median (months) | Cohort (n) | Method | Source |
|---|---|---|---|---|---|---|---|---|---|
| {r.diagnosis_period ?? '—'} | {humanize(r.sex)} | {r.age_group === 'all' ? 'All ages' : r.age_group} | {r.duration_months} | {fmtPct(r.probability)} | {r.lower_ci != null && r.upper_ci != null ? `${fmtPct(r.lower_ci)}–${fmtPct(r.upper_ci)}` : '—'} | {r.median_months != null ? fmtNum(r.median_months, 1) : '—'} | {r.cohort_size != null ? fmtInt(r.cohort_size) : '—'} | {r.method ?? '—'} |
|