MyNixOS website logo
Description

The Bayes Factor Playground.

A lightweight modelling syntax for defining likelihoods and priors and for computing Bayes factors for simple one parameter models. It includes functionality for computing and plotting priors, likelihoods, and model predictions. Additional functionality is included for computing and plotting posteriors.

bayesplay: The Bayesian playground

R-CMD-check CRAN downloads codecov

The goal of bayesplay is to provide an interface for calculating Bayes factors for simple models. It does this in a way that makes the calculations more transparent and it is therefore useful as a teaching tools.

Installation

bayesplay is now on CRAN. You can install it with:

install.packages("bayesplay")

Or if you want to live on the edge, you can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("bayesplay/bayesplay")

Basic usage

The bayesplay package comes with three basic functions for computing Bayes factors.

  1. The likelihood() function for specifying likelihoods

  2. The prior() function for specifying priors

  3. And the integral() function

Currently the following distributions are supported for likelihoods and priors

Priors

  1. Normal distribution (normal)

  2. Uniform distribution (uniform)

  3. Scaled and shifted t distribution (student_t)

  4. Cauchy distributions (cauchy)

  5. Beta distribution (beta)

Likelihood

  1. Normal distribution (normal)

  2. Scaled and shifted t distribution (student_t)

  3. Binomial distribution (binomial)

  4. Various noncentral t distributions, including:

    • Noncentral t distribution (noncentral_t)

    • Noncentral t distribution scaled for a paired samples/one sample Cohen’s d (noncentral_d)

    • Noncentral t distribution scaled for an independent samples Cohen’s d (noncentral_d2)

Worked examples

For worked examples of the basic usage see basic usage. Or for basic plot functionality see basic plotting

Changelog

Breaking changes for < v0.9.0

distribution parameter for specifying likelihoods and priors has been renamed family

noncentral_d and noncentral_d2 are now parametrised in terms of sample size rather than df.

Metadata

Version

0.9.3

License

Unknown

Platforms (75)

    Darwin
    FreeBSD 13
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd13
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd13
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows