Skip to content

Commit fbf4af4

Browse files
committed
differences for PR #166
1 parent 1bd34a7 commit fbf4af4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

md5sum.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"episodes/create-forecast.Rmd" "e7c0eb37985d139ed3ffd69ec0ad86db" "site/built/create-forecast.md" "2025-03-28"
1111
"episodes/severity-static.Rmd" "b22e6e3516c9a3b67f864bec763f0343" "site/built/severity-static.md" "2025-03-28"
1212
"episodes/superspreading-estimate.Rmd" "cd00e83816dc1bf867a8173f326358b5" "site/built/superspreading-estimate.md" "2025-03-28"
13-
"episodes/superspreading-simulate.Rmd" "8c0d9627c6ea746a6ddff139926c8664" "site/built/superspreading-simulate.md" "2025-03-28"
13+
"episodes/superspreading-simulate.Rmd" "ad578f6a8e798f4cced53d958c2e2af8" "site/built/superspreading-simulate.md" "2025-04-02"
1414
"instructors/instructor-notes.md" "ca3834a1b0f9e70c4702aa7a367a6bb5" "site/built/instructor-notes.md" "2025-03-28"
1515
"learners/reference.md" "18f9dcee553dc88dba8caf6436f8ca41" "site/built/reference.md" "2025-03-28"
1616
"learners/setup.md" "f8c0938e3d69970d5a5a35b5276467af" "site/built/setup.md" "2025-03-28"

superspreading-simulate.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ In the lines above, we described how to specify the offspring distribution and g
219219

220220
### Stopping criteria
221221

222-
This is an customisable feature of `{epichains}`. By default, branching process simulations end when they have gone extinct. For long-lasting transmission chains, in `simulate_chains()` you can add the `stat_max` argument.
222+
This is an customisable feature of `{epichains}`. By default, branching process simulations end when they have gone extinct. For long-lasting transmission chains, in `simulate_chains()` you can add the `stat_threshold` argument.
223223

224-
For example, if we set an stopping criteria for `statistic = "size"` of `stat_max = 500`, no more offspring will be produced after a chain of size 500.
224+
For example, if we set an stopping criteria for `statistic = "size"` of `stat_threshold = 500`, no more offspring will be produced after a chain of size 500.
225225

226226
:::::::::::::::::::::::::::
227227

0 commit comments

Comments
 (0)