Create bootstrap density layer
layer_bootstrap_density.RdCreates a ggplot2 layer showing ridge density plots of bootstrap distributions with confidence interval shading.
Examples
# \donttest{
d <- make_data()
hr <- estimate(d, score, group)
dv <- besthr_data_view(hr)
cfg <- besthr_plot_config()
# layer_bootstrap_density returns layers to add to a ggplot
# }