Learn R Programming

wrappedtools (version 0.9.7)

median_cl_boot_gg: 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)

Value

A tibble with one row and three columns: y, ymin, ymax.

Arguments

x

Data for computation.

Examples

Run this code
# basic usage of median_cl_boot
median_cl_boot_gg(x = mtcars$wt)

Run the code above in your browser using DataLab