Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass to tidybayes not base to tidybayes #112

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading