Package: bmm Title: Easy and Accessible Bayesian Measurement Models Using 'brms' Version: 1.3.1 Authors@R: c( person("Vencislav", "Popov", , "vencislav.popov@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-8073-4199")), person("Gidon T.", "Frischkorn", , "gidon.frischkorn@psychologie.uzh.ch", role = c("aut", "cph"), comment = c(ORCID = "0000-0002-5055-9764")), person("Chenyu", "Li", role = c("ctb")), person("Paul-Christian", "Bürkner", , "paul.buerkner@gmail.com", role = "cph", comment = "Creator of 'brms', code portions of which are used in 'bmm'.") ) Description: Fit computational and measurement models using full Bayesian inference. The package provides a simple and accessible interface by translating complex domain-specific models into 'brms' syntax, a powerful and flexible framework for fitting Bayesian regression models using 'Stan'. The package is designed so that users can easily apply state-of-the-art models in various research fields, and so that researchers can use it as a new model development framework. References: Frischkorn and Popov (2025) . License: GPL-2 URL: https://github.com/venpopov/bmm, https://venpopov.com/bmm/ BugReports: https://github.com/venpopov/bmm/issues Depends: R (>= 4.1.0) Imports: bayesplot, brms (>= 2.21.0), crayon, fs, glue, matrixStats, methods, parallel, rtdists, rlang, stats, withr Suggests: bookdown, cmdstanr (>= 0.7.0), cowplot, dplyr, emmeans (>= 1.8.0), fansi, ggplot2, ggthemes, knitr, mixtur, remotes, rmarkdown, stringr, testthat (>= 3.0.0), tidybayes, tidyr, usethis, waldo, yaml Additional_repositories: https://stan-dev.r-universe.dev Config/testthat/edition: 3 Config/Needs/website: rmarkdown Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libgsl0-dev libicu-dev libuv1-dev Repository: https://venpopov.r-universe.dev Date/Publication: 2026-06-05 06:17:16 UTC RemoteUrl: https://github.com/venpopov/bmm RemoteRef: HEAD RemoteSha: 70c76efe8f9204d78434908aecc39e740b80c2c2 NeedsCompilation: no Packaged: 2026-06-05 07:59:36 UTC; root Author: Vencislav Popov [aut, cre, cph] (ORCID: ), Gidon T. Frischkorn [aut, cph] (ORCID: ), Chenyu Li [ctb], Paul-Christian Bürkner [cph] (Creator of 'brms', code portions of which are used in 'bmm'.) Maintainer: Vencislav Popov