Package: BayesPostEst Type: Package Title: Generate Postestimation Quantities for Bayesian MCMC Estimation Version: 0.4.0 Date: 2025-08-13 Authors@R: c(person("Johannes", "Karreth", email = "jkarreth@ursinus.edu", role = c("aut"), comment = c(ORCID = "0000-0003-4586-7153")), person("Shana", "Scogin", email = "shanarscogin@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7801-853X")), person("Rob", "Williams", email = "jayrobwilliams@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0001-9259-3883")), person("Andreas", "Beger", email = "adbeger@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0003-1883-3169")), person("Myunghee", "Lee", role = c("ctb")), person("Neil", "Williams", role = c("ctb"))) Description: An implementation of functions to generate and plot postestimation quantities after estimating Bayesian regression models using Markov chain Monte Carlo (MCMC). Functionality includes the estimation of the Precision-Recall curves (see Beger, 2016 ), the implementation of the observed values method of calculating predicted probabilities by Hanmer and Kalkan (2013) , the implementation of the average value method of calculating predicted probabilities (see King, Tomz, and Wittenberg, 2000 ), and the generation and plotting of first differences to summarize typical effects across covariates (see Long 1997, ISBN:9780803973749; King, Tomz, and Wittenberg, 2000 ). This package can be used with MCMC output generated by any Bayesian estimation tool including 'JAGS', 'BUGS', 'MCMCpack', and 'Stan'. URL: https://github.com/ShanaScogin/BayesPostEst BugReports: https://github.com/ShanaScogin/BayesPostEst/issues License: GPL-3 Imports: carData, caTools, coda (>= 0.13), dplyr (>= 0.5.0), ggplot2, ggridges, reshape2, rlang, stats, texreg, tidyr (>= 0.5.1), HDInterval, ROCR, graphics, grDevices, R2jags, rjags Depends: R (>= 3.5.0) Encoding: UTF-8 LazyLoad: TRUE Suggests: datasets, knitr, rmarkdown, rstan (>= 2.10.1), testthat, covr, runjags, rstanarm, MCMCpack, R2WinBUGS, brms VignetteBuilder: knitr RoxygenNote: 7.1.2 SystemRequirements: JAGS (http://mcmc-jags.sourceforge.io) Config/pak/sysreqs: jags texlive libicu-dev libssl-dev Repository: https://shanascogin.r-universe.dev Date/Publication: 2025-08-14 02:40:01 UTC RemoteUrl: https://github.com/shanascogin/bayespostest RemoteRef: HEAD RemoteSha: d3546a1d12bf9351d9434f58b28072414aa224fd NeedsCompilation: no Packaged: 2026-06-11 08:37:19 UTC; root Author: Johannes Karreth [aut] (ORCID: ), Shana Scogin [aut, cre] (ORCID: ), Rob Williams [aut] (ORCID: ), Andreas Beger [aut] (ORCID: ), Myunghee Lee [ctb], Neil Williams [ctb] Maintainer: Shana Scogin