richarddmorey / BayesFactor

BayesFactor R package for Bayesian data analysis with common statistical models.
https://richarddmorey.github.io/BayesFactor/
132 stars 49 forks source link

Store Bayes factors in model objects #33

Closed richarddmorey closed 9 years ago

richarddmorey commented 9 years ago

Storing Bayes factors in the model objects allows increasing the precision incrementally. This is implemented using recompute(). Closes richarddmorey/BayesFactor#28.