median_cl_boot_gg {wrappedtools} | R Documentation |
Rename output from median_cl_boot for use in ggplot.
Description
median_cl_boot_gg
computes lower and upper confidence limits for the
estimated median, based on bootstrapping, using default settings.
Usage
median_cl_boot_gg(x)
Arguments
x |
Data for computation. |
Value
A tibble with one row and three columns: y, ymin, ymax.
Examples
# basic usage of median_cl_boot
median_cl_boot_gg(x = mtcars$wt)
[Package wrappedtools version 0.9.5 Index]