Build the observation panel
build_observation_panel.RdCreates a ggplot showing either ranked observations (averaged tech reps) or raw scores with technical replicates displayed.
Examples
d <- make_data()
hr <- estimate(d, score, group)
dv <- besthr_data_view(hr)
cfg <- besthr_plot_config()
build_observation_panel(dv, cfg, "rank_simulation")