hsm_hdi_sjb: Mode via hsm and HDI also for bounded densities define a...

Description Usage Arguments Value Examples

View source: R/point_interval.R

Description

Mode via hsm and HDI also for bounded densities define a point_interval function using the hsm (half sample mode) estimator from modeest and expanded SJ density

Usage

1
2
3
4
5
6
7
8
hsm_hdi_sjb(
  .data,
  ...,
  .width = 0.89,
  inf.rm = FALSE,
  na.rm = FALSE,
  tie.limit = 0.05
)

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

tie.limit

double

Value

dataframe

Examples

1
hsm_hdi_sjb(c(1,2,3,3,2.5))

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