项目作者: lgaborini

项目描述 :
rstanBF computes the Bayes Factor for specified two-level hierarchical models.
高级语言: R
项目地址: git://github.com/lgaborini/rstanBF.git
创建时间: 2019-01-10T14:48:00Z
项目社区:https://github.com/lgaborini/rstanBF

开源协议:

下载


rstanBF

rstanBF computes the Bayes Factor for data in specified two-level
hierarchical models.

Build
Status
Codecov test
coverage

It wraps the package
bridgesampling, and
provides methods to compute the Bayes Factor for comparing two sets of
samples.

Documentation

Documentation for the stable version is available
here.

Installation

rstanBF is not yet available on CRAN.
You can install the development version from this repository using
devtools or remotes:

  1. # install.packages('remotes')
  2. remotes::install_github('lgaborini/rstanBF')

Implemented models

The implemented models are:

  • Dirichlet-Dirichlet
  • Dirichlet-FoldedNormal
  • Dirichlet-DirichletGamma
  • Normal-Normal