Package: brmsmargins Title: Bayesian Marginal Effects for 'brms' Models Version: 0.3.0 Authors@R: c(person(given = "Joshua F.", family = "Wiley", role = c("aut", "cre"), email = "jwiley.psych@gmail.com", comment = c(ORCID = "0000-0002-0271-6702")), person(given = "Donald", family = "Hedeker", role = c("aut"), email = "hedeker@uchicago.edu", comment = c(ORCID = "0000-0001-8134-6094"))) URL: https://joshuawiley.com/brmsmargins/, https://github.com/JWiley/brmsmargins BugReports: https://github.com/JWiley/brmsmargins/issues Description: Calculate Bayesian marginal effects, average marginal effects, and marginal coefficients (also called population averaged coefficients) for models fit using the 'brms' package including fixed effects, mixed effects, and location scale models. These are based on marginal predictions that integrate out random effects if necessary (see for example and ). License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 4.0.0) Imports: methods, stats, data.table (>= 1.12.0), extraoperators (>= 0.1.1), brms, bayestestR, Rcpp, posterior Suggests: testthat (>= 3.0.0), covr, withr, knitr, rmarkdown, margins, betareg Config/testthat/edition: 3 Config/testthat/parallel: true LinkingTo: RcppArmadillo, Rcpp VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make libicu-dev Repository: https://jwiley.r-universe.dev Date/Publication: 2026-06-18 02:50:13 UTC RemoteUrl: https://github.com/jwiley/brmsmargins RemoteRef: HEAD RemoteSha: 1850d2dfa404b53af443e04e306afd8c5b48e018 NeedsCompilation: yes Packaged: 2026-06-18 06:48:13 UTC; root Author: Joshua F. Wiley [aut, cre] (ORCID: ), Donald Hedeker [aut] (ORCID: ) Maintainer: Joshua F. Wiley