Learn R Programming

bpcs (version 1.0.0)

HPD_higher_from_column: Returns the higher value of the HPD interval for a data frame column

Description

Returns the higher value of the HPD interval for a data frame column

Usage

HPD_higher_from_column(column, credMass = 0.95)

Arguments

column

the data to calculate the HPDI

credMass

Credibility mass for the interval (area contained in the interval)

Value

the value of the higher HPD interval for that column

References

Mike Meredith and John Kruschke (2020). HDInterval: Highest (Posterior) Density Intervals. R package version 0.2.2. https://CRAN.R-project.org/package=HDInterval