mean_cl_boot_bca: creates a bootstrapped interval similar to ggplot2's...

Description Usage Arguments Value

View source: R/ggintervals.R

Description

creates a bootstrapped interval similar to ggplot2's mean_cl_boot, but uses the better BCA bootstrap method

Usage

1
mean_cl_boot_bca(x, conf.int = 0.95, replicates = 1000)

Arguments

x

a vector of values to bootstrap a mean from

conf.int

the size of the bootstrapped confidence interval

replicates

the number of bootstrap replicates

Value

a data frame in a format suitable for plotting with ggplot2 containing the bootstrapped mean and lower and upper bounds


langcomp/ggintervals documentation built on May 20, 2019, 7:55 p.m.