Skip to content

Commit

Permalink
remove example from calc_dist_params as function is internal
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Apr 26, 2024
1 parent 7e10750 commit bef40d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
18 changes: 0 additions & 18 deletions R/calc_dist_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,6 @@
#'
#' @return A named `numeric` vector with parameters.
#' @keywords internal
#' @examples
#' \dontrun{
#' calc_dist_params(
#' prob_dist = "gamma",
#' summary_stats = create_epidist_summary_stats(
#' quantiles = c("2.5" = 0.2, "97.5" = 9.2)
#' ),
#' sample_size = NA
#' )
#'
#' calc_dist_params(
#' prob_dist = "gamma",
#' summary_stats = create_epidist_summary_stats(
#' median = 5, lower_range = 3, upper_range = 12
#' ),
#' sample_size = 25
#' )
#' }
calc_dist_params <- function(prob_dist, # nolint cyclocomp
prob_dist_params,
summary_stats,
Expand Down
19 changes: 0 additions & 19 deletions man/calc_dist_params.Rd

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

0 comments on commit bef40d5

Please sign in to comment.