Skip to content

Commit

Permalink
Add details about which offspring distributions are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Sep 4, 2023
1 parent ce1a990 commit f827997
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/simulate.r
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,10 @@ simulate_summary <- function(nchains, statistic = c("size", "length"),
#' of each element), and `generation`.
#' @details
#'
#' # Offspring models
#' # Offspring distributions
#' Currently only "pois" & "nbinom" are supported. Internally truncated
#' distributions are used to avoid infecting more people than susceptibles
#' available.
#'
#' The poisson model is parametrised so that:
#'
Expand Down
6 changes: 5 additions & 1 deletion man/simulate_tree_from_pop.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f827997

Please sign in to comment.