Clarify what n_chains > 1 means in context of susceptible depletion vs lapply() over simulate_chains() with n_chains > 1
#276
Unanswered
jamesmbaazam
asked this question in
Q&A
Replies: 1 comment
|
thanks @jamesmbaazam for registering this here. the three citations are clear and help me complement our chat today. The first one, which starts "The simulations ( Based on this I can simplify the code at the tutorial, removing purrr::map() and looking forward to use aggregate for per-chain summaries #303 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
From the MSc training this week, it seems it is still not clear what
n_chainsmeans in the context of susceptible depletion whenn_chains > 1. @sbfnk and I have had a similar discussion here #242 (comment).The current approach uses option 1 from the linked comment above, which I'll transfer here with some minor edits to the column names and emphasis in square brackets:
The current documentation of
?simulate_chainssaysThere is a bit more information on the
<epichains>object here in relation to an<epicontacts>object that can probably surfaced a bit more:Tagging @avallecam @joshwlambert @Degoot-AM for feedback on how this can be clarified further in the context of the current documentation. Are there aspects of this that can be clarified further/consolidated/etc? It might mean moving some explanations from the Getting Started Vignette to the function documentation or vice versa.
All reactions