Skip to content

Commit

Permalink
remove discrete distribution plot output
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Feb 2, 2024
1 parent ad3293c commit 9bf3fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/read-delays.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ Now, _Is this result expected in epidemiological terms?_

From a maximum value with `$prob_dist$q()`, we can create a sequence of quantile values as a numeric vector and map density values for each:

```{r}
```{r,eval=FALSE}
# create a discrete distribution visualization
# from a maximum value from the distribution
covid_serialint_discrete$prob_dist$q(0.999) %>%
Expand Down

0 comments on commit 9bf3fab

Please sign in to comment.