build_bootstrap_panel: Build the bootstrap distribution panel

View source: R/plot-panels.R

build_bootstrap_panelR Documentation

Build the bootstrap distribution panel

Description

Creates a ggplot showing ridge density plots of bootstrap distributions with confidence interval shading.

Usage

build_bootstrap_panel(data_view, config)

Arguments

data_view

A besthr_data_view object

config

A besthr_plot_config object

Value

A ggplot object

Examples

d <- make_data()
hr <- estimate(d, score, group)
dv <- besthr_data_view(hr)
cfg <- besthr_plot_config()

build_bootstrap_panel(dv, cfg)


besthr documentation built on March 18, 2026, 5:08 p.m.