Skip to content

Commit

Permalink
Pass to tidybayes not base to tidybayes
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes authored Dec 9, 2024
1 parent a163788 commit 8f1f6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/write_output.R
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,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

0 comments on commit 8f1f6ec

Please sign in to comment.