Skip to content

Commit e61911f

Browse files
committed
fix labels to print output interpretation
package issue of reference epiforecasts/EpiNow2#536
1 parent 9b59e44 commit e61911f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/quantify-transmissibility.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ summary(estimates)
457457

458458
As these estimates are based on partial data, they have a wide uncertainty interval.
459459

460-
+ From the summary of our analysis we see that the expected change in reports is `r summary(estimates)$estimate[summary(estimates)$measure=="Expected change in reports"]` with the estimated new confirmed cases `r summary(estimates)$estimate[summary(estimates)$measure=="New confirmed cases by infection date"]`.
460+
+ From the summary of our analysis we see that the expected change in reports is `r summary(estimates)$estimate[summary(estimates)$measure=="Expected change in reports"]` with the estimated new infections `r summary(estimates)$estimate[summary(estimates)$measure=="New infections per day"]`.
461461

462462
+ The effective reproduction number $R_t$ estimate (on the last date of the data) is `r summary(estimates)$estimate[summary(estimates)$measure=="Effective reproduction no."]`.
463463

0 commit comments

Comments
 (0)