Learn R Programming

bpcs (version 1.0.0)

HPD_lower_from_column: Returns the lower value of the HPD interval for a data frame column

Description

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

Usage

HPD_lower_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 lower 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