# example code
# Generate an estimate on a single continuous variable
estimate <- esci::estimate_magnitude(esci::data_latimier_3groups, `Test%`)
# Now describe the result, with a histogram
myplot_hist <- plot_describe(estimate)
# Same, but as a dotplot and mark the mean
myplot_dots <- plot_describe(estimate, type = "dotplot", mark_mean = TRUE)
Run the code above in your browser using DataLab