These are horizontal versions of the wrappers around functions from
Hmisc designed to make them easier to use with
stat_summaryh. The corresponding vertical versions are
hmisc(). See the Hmisc documentation for more details:
mean_cl_boot_h(x, ...)
mean_cl_normal_h(x, ...)
mean_sdl_h(x, ...)
median_hilow_h(x, ...)A data frame with columns x, xmin, and xmax.
if (requireNamespace("Hmisc")) {
x <- rnorm(100)
mean_cl_boot_h(x)
mean_cl_normal_h(x)
mean_sdl_h(x)
median_hilow_h(x)
}
#> x xmin xmax
#> 1 0.03804607 -1.910945 1.90732