Description Usage Arguments Value Examples
View source: R/point_interval.R
Median and HDI also for bounded densities with expanded SJ density
1  | median_hdi_sjb(.data, ..., .width = 0.89, inf.rm = FALSE, na.rm = FALSE)
 | 
.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  | 
dataframe
1  | #' median_hdi_sjb(c(1,2,3,3,2.5))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.