Learn R Programming

tidyBF: Tidy Wrapper for BayesFactor Package

Retirement notice


This package is no longer being maintained and might be removed from CRAN in future. All its functionality and development has now moved to statsExpressions package.

Please see: https://indrajeetpatil.github.io/statsExpressions/


Overview

tidyBF package is a tidy wrapper around the BayesFactor package that always expects the data to be in the tidy format and return a tibble containing Bayes Factor values. Additionally, it provides a more consistent syntax and by default returns a dataframe with rich details. These functions can also return expressions containing results from Bayes Factor tests that can then be displayed in custom plots.

Installation

TypeSourceCommand
ReleaseCRANinstall.packages("tidyBF")
DevelopmentGitHubremotes::install_github("IndrajeetPatil/tidyBF")

Acknowledgments

The hexsticker was generously designed by Sarah Otterstetter (Max Planck Institute for Human Development, Berlin).

Copy Link

Version

Install

install.packages('tidyBF')

Monthly Downloads

20

Version

0.5.1

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Indrajeet Patil

Last Published

June 12th, 2021

Functions in tidyBF (0.5.1)

bf_corr_test

Bayes Factor for correlation test
bf_extractor

Extract Bayes Factors from BayesFactor model object.
bf_ttest

Bayes Factor for t-test and one-way ANOVA
reexports

Objects exported from other packages
bf_expr_template

Expression template for Bayes Factor results
bf_contingency_tab

Bayes Factor for contingency table analysis
bf_meta_random

Bayes factor for random-effects meta-analysis
bugs_long

Tidy version of the "Bugs" dataset.