median_hdi_sjb: Median and HDI also for bounded densities with expanded SJ...

Description Usage Arguments Value Examples

View source: R/point_interval.R

Description

Median and HDI also for bounded densities with expanded SJ density

Usage

1
median_hdi_sjb(.data, ..., .width = 0.89, inf.rm = FALSE, na.rm = FALSE)

Arguments

.data

dataframe

...

columns to get point_interval for

.width

double, ci width

inf.rm

boolean, should infinite and NaN values be dropped

na.rm

boolean, should NA values be dropped

Value

dataframe

Examples

1
#' median_hdi_sjb(c(1,2,3,3,2.5))

Famondir/birtms documentation built on Feb. 18, 2022, 2:51 a.m.