median_cl_boot_gg {wrappedtools} | R Documentation |
median_cl_boot_gg
computes lower and upper confidence limits for the
estimated median, based on bootstrapping, using default settings.
median_cl_boot_gg(x)
x |
Data for computation. |
A tibble with one row and three columns: y, ymin, ymax.
# basic usage of median_cl_boot
median_cl_boot_gg(x = mtcars$wt)