Skip to content

Commit 095af26

Browse files
committed
fix code annotation (Fix #48)
1 parent c304bba commit 095af26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/simulating-transmission.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ We ran our model with $R_0= 1.5$. However, we believe that $R_0$ follows a norma
489489
1. Obtain 100 samples from the from a normal distribution
490490

491491
```{r normal, echo = TRUE}
492-
# get mean mean and sd over time
492+
# specify the mean and standard deviation of R0
493493
r_estimate_mean <- 1.5
494494
r_estimate_sd <- 0.05
495495

0 commit comments

Comments
 (0)