Maintainer: Johnny van Doorn
JASP Frequencies module is a core module for JASP that provides tools for analyses of count data. The Frequencies module offers a wide range of functionalities, including frequentist and Bayesian binomial tests, multinomial tests, contingency tables, A/B tests, and log-linear regression.
The functionality is served by several R packages
- abtest — Bayesian A/B testing (abtest on CRAN)
- BayesFactor — Bayesian hypothesis testing using Bayes factors (BayesFactor on CRAN)
- conting — Bayesian analysis of contingency tables (conting on GitHub)
- multibridge — Bayesian evaluation of multinomial order restrictions (multibridge on CRAN)
- vcd — Visualizing categorical data (vcd on CRAN)