powered by
median_cl_boot_gg computes lower and upper confidence limits for the estimated median, based on bootstrapping, using default settings.
median_cl_boot_gg
median_cl_boot_gg(x)
A tibble with one row and three columns: y, ymin, ymax.
Data for computation.
# basic usage of median_cl_boot median_cl_boot_gg(x = mtcars$wt)
Run the code above in your browser using DataLab