From 6fede9cd1ecf27a995e73d3841336cc73742ace7 Mon Sep 17 00:00:00 2001 From: Andree Valle Campos Date: Mon, 8 Jul 2024 11:31:23 +0100 Subject: [PATCH] usar riesgo para cfr --- episodes/TallerIntroAnaliticaBrotes.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/TallerIntroAnaliticaBrotes.Rmd b/episodes/TallerIntroAnaliticaBrotes.Rmd index aaeae4e..1cd8254 100644 --- a/episodes/TallerIntroAnaliticaBrotes.Rmd +++ b/episodes/TallerIntroAnaliticaBrotes.Rmd @@ -166,7 +166,7 @@ Note que las fechas ya están en formato fecha (`date`). ## 2. CFR -### Probabilidad de muerte en los casos reportados (`CFR`, por *Case Fatality Ratio*) +### Probabilidad de muerte en los casos reportados (`CFR`, por *Case Fatality Risk*) ```{r echo=TRUE, message=FALSE, warning=FALSE,comment=""} table(casos$desenlace, useNA = "ifany")