Create group mean lines layer
layer_group_means.RdCreates a ggplot2 layer showing horizontal lines at group mean ranks.
Examples
# \donttest{
d <- make_data()
hr <- estimate(d, score, group)
dv <- besthr_data_view(hr)
cfg <- besthr_plot_config()
# layer_group_means returns a ggplot layer
# }