Skip to content

Commit

Permalink
Pass to tidybayes not base to tidybayes (#112)
Browse files Browse the repository at this point in the history
* Pass to `tidybayes` not base to `tidybayes`

* Call document
  • Loading branch information
athowes authored Dec 10, 2024
1 parent c69ccb2 commit 7712a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/write_output.R
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ post_process_and_merge <- function(
#'
#' @param fit An EpiNow2 fit object with posterior estimates.
#' @param disease,geo_value,model Metadata for downstream processing.
#' @param quantiles A vector of quantiles to base to [tidybayes::median_qi()]
#' @param quantiles A vector of quantiles to pass to [tidybayes::median_qi()]
#'
#' @return A data.table of posterior draws or quantiles, merged and processed.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/sample_processing_functions.Rd

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

0 comments on commit 7712a7d

Please sign in to comment.