Skip to content

parallelMCMCcombine

Combining Subset MCMC Samples to Estimate a Posterior Density

v2.0 · Jun 23, 2021 · GPL (>= 2)

Description

See Miroshnikov and Conlon (2014) <doi:10.1371/journal.pone.0108425>. Recent Bayesian Markov chain Monto Carlo (MCMC) methods have been developed for big data sets that are too large to be analyzed using traditional statistical methods. These methods partition the data into non-overlapping subsets, and perform parallel independent Bayesian MCMC analyses on the data subsets, creating independent subposterior samples for each data subset. These independent subposterior samples are combined through four functions in this package, including averaging across subset samples, weighted averaging across subsets samples, and kernel smoothing across subset samples. The four functions assume the user has previously run the Bayesian analysis and has produced the independent subposterior samples outside of the package; the functions use as input the array of subposterior samples. The methods have been demonstrated to be useful for Bayesian MCMC models including Bayesian logistic regression, Bayesian Gaussian mixture models and Bayesian hierarchical Poisson-Gamma models. The methods are appropriate for Bayesian hierarchical models with hyperparameters, as long as data values in a single level of the hierarchy are not split into subsets.

Downloads

250

Last 30 days

17764th

679

Last 90 days

2.8K

Last year

Trend: +26.3% (30d vs prior 30d)

CRAN Check Status

2 NOTE
12 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (2 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Erin Conlon <econlon@umass.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Alexey",
                      family = "Miroshnikov",
                      role = "aut"),
               person(given = "Erin",
                      family = "Conlon",
                      role = c("aut", "cre"),
                      email = "econlon@umass.edu"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Erin Conlon <econlon@umass.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Alexey",
                      family = "Miroshnikov",
                      role = "aut"),
               person(given = "Erin",
                      family = "Conlon",
                      role = c("aut", "cre"),
                      email = "econlon@umass.edu"))
as necessary.

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Erin Conlon <econlon@umass.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Alexey",
                      family = "Miroshnikov",
                      role = "aut"),
               person(given = "Erin",
                      family = "Conlon",
                      role = c("aut", "cre"),
                      email = "econlon@umass.edu"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Erin Conlon <econlon@umass.edu>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Alexey",
                      family = "Miroshnikov",
                      role = "aut"),
               person(given = "Erin",
                      family = "Conlon",
                      role = c("aut", "cre"),
                      email = "econlon@umass.edu"))
as necessary.

Dependency Network

Dependencies Reverse dependencies mvtnorm parallelMCMCcombine

Version History

new 2.0 Mar 10, 2026
updated 2.0 ← 1.0 diff Jun 22, 2021
new 1.0 Jun 19, 2014