# Generated by roxygen2: do not edit by hand

export("%||%")
export(.plot_decision_assurance_curve_from_summary)
export(add_decision_overlay)
export(beta_binom_power)
export(beta_weights_on_grid)
export(brms_inla_power)
export(brms_inla_power_design)
export(brms_inla_power_parallel)
export(brms_inla_power_sequential)
export(brms_inla_power_two_stage)
export(decide_sample_size)
export(hdi_of_icdf)
export(min_n_beta_binom)
export(plot_assurance_with_robustness)
export(plot_bf_assurance_curve)
export(plot_bf_assurance_curve_smooth)
export(plot_bf_expected_evidence)
export(plot_bf_heatmap)
export(plot_decision_assurance_curve)
export(plot_decision_threshold_contour)
export(plot_interaction_surface)
export(plot_power_contour)
export(plot_power_heatmap)
export(plot_precision_assurance_curve)
export(plot_precision_fan_chart)
importFrom(brms,prior)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,pull)
importFrom(dplyr,slice_min)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!!")
importFrom(rlang,.data)
importFrom(rlang,syms)
importFrom(scales,percent_format)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,dbeta)
importFrom(stats,dnorm)
importFrom(stats,gaussian)
importFrom(stats,optimize)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,qbeta)
importFrom(stats,qnorm)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(tibble,tibble)
importFrom(utils,flush.console)
importFrom(utils,packageVersion)
importFrom(viridisLite,viridis)
