median_cl_boot_gg: Rename output from median_cl_boot for use in ggplot.

View source: R/descriptives.R

median_cl_boot_ggR 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)

wrappedtools documentation built on Oct. 10, 2024, 5:07 p.m.