Description Usage Arguments Value Examples
View source: R/point_interval.R
Mode via hsm and HDI also for bounded densities define a point_interval function using the hsm (half sample mode) estimator from modeest and Mueller94 density
1 2 3 4 5 6 7 8 | hsm_hdi_muellerb(
.data,
...,
.width = 0.89,
inf.rm = FALSE,
na.rm = FALSE,
tie.limit = 0.05
)
|
.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 |
tie.limit |
double |
dataframe
1 | hsm_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.