pumBayes is an R package designed for Bayesian estimation of probit unfolding models (PUM) for binary preference data. The package is publicly available and can be cited using the following DOI: 10.5281/zenodo.15069856.
You can install the stable version of pumBayes from CRAN:
install.packages("pumBayes")
Or install the development version from GitHub:
install.packages("devtools")
library(devtools)
install_github("SkylarShiHub/pumBayes")
CRAN page: https://cran.r-project.org/package=pumBayes