ggInteract_boot_hist: ggInteract_boot_hist

Description Usage Arguments

View source: R/ggInteract_boot_hist.R

Description

Function to plot a distribution histogram with confidence intervals

Usage

1
2
ggInteract_boot_hist(data = NULL, column = NULL, cis = c(0.025, 0.975),
  bindwidth = 1, obs = NULL)

Arguments

data

a dataframe that contains the values

column

which column to plot

cis

a vector to specify the confidence intervals (default=c(0.025, 0.975))

bindwidth

bindwidth of the barplot (default = 1)

obs

the observed value to compare to the distribution and confidence intervals


JBjouffray/ggBRT documentation built on Jan. 30, 2021, 8:13 a.m.