Plot distribution of success rates and HDI estimates for
a given subset from a data.frame
.
hc_plot_hdi(happy_hdi, title = NULL)
happy_hdi | A |
---|---|
title | Title. Default: |
# NOT RUN { e <- estimate_hdi(df = d, successes_col = successes_col, totals_col = totals_col, group_cols = group_cols, aggregate_only = FALSE, sample_size = 1000) h <- e %>% dplyr::filter(Subset == "high.at") hc_plot_hdi(h, title = "PCR-Free vs Nano high.at") # }