Introducing the BayesMassBal Package for R

Trace Plots for Posterior Distribution Draws

The BayesMassBal (V. 0.2.0) package, used for Bayesian data reconciliation of a chemical or particulate process, is now available from CRAN.

The purpose of this package is to make the advantages Bayesian data reconciliation more accessible to students, professionals, and educators. The BayesMassBal package includes functions making it easy for users to organize data, specify linear constraints, and implement Bayesian data reconciliation models.

The site for the package contains the package manual, and an example vignette. The first step to get started is type

install.packages("BayesMassBal")

into the R console. Development versions of the BayesMassBal package can be downloaded directly from github using the devtools package:

devtools::install_github("skoermer/BayesMassBal")

If there are features, examples, or extra documentation you would like to see included in this package, please contact me or comment below.

The idea for this package did not come out of thin air, more on Bayesian Data reconciliation forthcoming…

Scott Koermer
Scott Koermer
Post-Doctoral Researcher

Post doctoral researcher at Los Alamos National Lab with the statistical sciences and geophysics groups working on nuclear detonation detection. Previous research includes applying Bayesian statistical methods to separation processes, concentration of rare earth elements from acid mine drainage, and analysis of processes for scrap metal recycling.

Related