Skip to content

Commit

Permalink
fix typo to use incubation instead of serial
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Jan 24, 2024
1 parent d37e506 commit 6cd1e05
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 @@ -979,7 +979,7 @@ covid_incubation_discrete <- epiparameter::discretise(covid_incubation)
incubation_time_covid <- dist_spec(
mean = covid_incubation$summary_stats$mean,
sd = covid_incubation$summary_stats$sd,
max = covid_serialint_discrete$prob_dist$q(p = 0.999),
max = covid_incubation_discrete$prob_dist$q(p = 0.999),
distribution = "lognormal"
)
Expand Down

0 comments on commit 6cd1e05

Please sign in to comment.