Skip to content

Commit

Permalink
usar riesgo para cfr
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam authored Jul 8, 2024
1 parent 44c5234 commit 6fede9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/TallerIntroAnaliticaBrotes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6fede9c

Please sign in to comment.