Skip to content

Commit b11a254

Browse files
committed
add infectious detail
1 parent 741b24d commit b11a254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/simulating-transmission.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ We combine the three initial conditions vectors into one matrix,
278278
```{r initial_conditions}
279279
# combine the initial conditions into a matrix class object
280280
initial_conditions <- rbind(
281-
initial_conditions_inf, # age group 1
281+
initial_conditions_inf, # age group 1 (only group with infectious)
282282
initial_conditions_free, # age group 2
283283
initial_conditions_free # age group 3
284284
)

0 commit comments

Comments
 (0)