Build the bootstrap distribution panel
build_bootstrap_panel.RdCreates a ggplot showing ridge density plots of bootstrap distributions with confidence interval shading.
Examples
d <- make_data()
hr <- estimate(d, score, group)
dv <- besthr_data_view(hr)
cfg <- besthr_plot_config()
build_bootstrap_panel(dv, cfg)