Skip to content

Commit

Permalink
Reword intvn_mean_reduction parameter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Oct 2, 2023
1 parent 8f600f0 commit f164e12
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 20 deletions.
9 changes: 5 additions & 4 deletions R/intervention.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
#' argument.
#'
#' @inheritParams simulate_tree
#' @param intvn_mean_reduction Amount of reduction in the mean. A scalar
#' between 0 and 1.
#' It scales the mean of `offspring_dist`. `intvn_mean_reduction` = 0 implies
#' no intervention impact and `intvn_mean_reduction` = 1 implies full impact.
#' @param intvn_mean_reduction A number between 0
#' and 1 for scaling/reducing the mean of `offspring_dist`. Serves as
#' population-level intervention. `intvn_mean_reduction` = 0
#' implies no intervention impact and `intvn_mean_reduction` = 1 implies full
#' impact.
#' @param pars_list Parameter(s) for poisson or negative binomial offspring
#' distribution.
#' @return List of the offspring distribution parameter(s) with the mean
Expand Down
9 changes: 5 additions & 4 deletions man/intvn_reduce_mean.Rd

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

9 changes: 5 additions & 4 deletions man/simulate_summary.Rd

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

9 changes: 5 additions & 4 deletions man/simulate_tree.Rd

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

9 changes: 5 additions & 4 deletions 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 f164e12

Please sign in to comment.