From 8cee67065a59b2d822ae74700f66b2bb6120c081 Mon Sep 17 00:00:00 2001 From: Andree Valle Campos Date: Mon, 18 Mar 2024 21:22:27 +0000 Subject: [PATCH] rephrase questions --- episodes/severity-static.Rmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/episodes/severity-static.Rmd b/episodes/severity-static.Rmd index 5e5e0e0c..5cf8e79f 100644 --- a/episodes/severity-static.Rmd +++ b/episodes/severity-static.Rmd @@ -8,11 +8,11 @@ editor_options: :::::::::::::::::::::::::::::::::::::: questions -- How to estimate the Case Fatality Risk (CFR)? +- Why do we estimate the clinical severity of an epidemic? -- Why adjust a CFR with a delay distribution? +- How can the Case Fatality Risk (CFR) be estimated early in an ongoing epidemic? -- When should we estimate the CFR in an ongoing outbreak? +- How do we estimate other severity measurements from different data sources? :::::::::::::::::::::::::::::::::::::::::::::::: @@ -22,7 +22,7 @@ editor_options: - Estimate a delay-adjusted CFR using `{epiparameter}` and `{cfr}`. -- Estimate severity measurements like IFR or HFR using `{cfr}`. +- Estimate severity measurements like the Hospitalization Fatality Risk (HFR) using `{cfr}`. ::::::::::::::::::::::::::::::::::::::::::::::::