hpd_est | R Documentation |
Compute the 95 percent Highest Posterior Density interval
hpd_est(x)
x |
a numeric vector |
A vector containing the lower and upper bound of the 96 Posterior Density interval of a numeric vector as computed by the methods from Venter (1967).
Venter, J.H. (1967). On estimation of the mode, Annals of Mathematical Statistics, 38(5), 1446-1455.
library(waspr)
hpd_est(pois_logistic[1,1,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.