BayesFactorExtras: a sneak preview
[This article was first published on BayesFactor: Software for Bayesian inference, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Felix Schönbrodt and I have been working on an R package called BayesFactorExtras. This package is designed to work with the BayesFactor package, providing features beyond the core BayesFactor functionality. Currently in the package are:Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
- Sequential Bayes factor plots for visualization of how the Bayes factor changes as data come in: seqBFplot()
- Ability to embed R objects directly into HTML reports for reproducible, sharable science: createDownloadURI()
- Interactive BayesFactor objects in HTML reports; just print the object in a knitr document.
- Interactive MCMC objects in HTML reports; just print the object in a knitr document.
All of these are pretty neat, but I thought I’d give a sneak preview of #4. To see how it works, click here to play with the document on Rpubs!
I anticipate releasing this to CRAN soon.
To leave a comment for the author, please follow the link and comment on their blog: BayesFactor: Software for Bayesian inference.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.