Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaitlyn Johnson committed Feb 17, 2025
1 parent 3573214 commit 7058bd0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
3 changes: 2 additions & 1 deletion R/estimate_uncertainty.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#' @examples
#' triangle <- matrix(
#' c(
#' 65, 46, 21, 7,
#' 70, 40, 20, 5,
#' 80, 50, 10, 10,
#' 100, 40, 31, 20,
Expand All @@ -52,7 +53,7 @@
#' disp_params <- estimate_uncertainty(
#' triangle_for_uncertainty = triangle,
#' n_history_dispersion = 2,
#' n_history = 3
#' n_history = 4
#' )
estimate_uncertainty <- function(triangle_for_uncertainty,
delay_pmf = NULL,
Expand Down
30 changes: 16 additions & 14 deletions man/estimate_uncertainty.Rd

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

0 comments on commit 7058bd0

Please sign in to comment.