stat_boot_ci: Bootstrapping bivariate credible intervals for a ggplot

Description Usage Arguments

View source: R/stat_boot_ci.R

Description

Bootstrapping bivariate credible intervals for a ggplot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
stat_boot_ci(
  mapping = NULL,
  data = NULL,
  geom = "ribbon",
  position = "identity",
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE,
  n = 1000,
  percent = 95,
  ...
)

Arguments

n

number of resamples

percent

percentile of credible interval


mcfreund/mikeutils documentation built on May 27, 2021, 5:46 a.m.