From 0d39361fbfc4127bf77881e63b5ffbd602fde432 Mon Sep 17 00:00:00 2001 From: Adam Howes Date: Mon, 20 Jan 2025 11:59:28 +0000 Subject: [PATCH] Update ebola.Rmd (#500) --- vignettes/ebola.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/ebola.Rmd b/vignettes/ebola.Rmd index 42c188e51..a5706479b 100644 --- a/vignettes/ebola.Rmd +++ b/vignettes/ebola.Rmd @@ -406,7 +406,7 @@ In this section, we demonstrate how to produce either a discrete probability mas ### Discrete probability mass function To generate a discrete probability mass function (PMF) we predict the delay distribution that would be observed with daily censoring and no right truncation. -To do this, we set each of `pwindow` and `swindow` to 1 for daily censoring, and `relative_obs_time` to `Inf` for no censoring. +To do this, we set each of `pwindow` and `swindow` to 1 for daily censoring, and `relative_obs_time` to `Inf` for no right truncation. Figure \@ref(fig:pmf) shows the result, where the few delays greater than 30 are omitted from the figure. ```{r}