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…