median_cl_boot_gg | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.