add_error_bars_to_plot.Rd
adds errorbars to a plot
add_error_bars_to_plot(data, p, reference_dose, error_bars, conf_int)
A dataframe from compute_grouped_mean_sd
A ggplot object to add error bars to
Reference dose value for comparison calculations
Type of errorbars to use (ci, se, sd, null)
Numeric confidence interval level (default: 0.9)
ggplot2 with errorbars