Skip to content
Snippets Groups Projects
README.md 765 B
Newer Older
Samuel Pawel's avatar
Samuel Pawel committed
# BayesRep

Samuel Pawel's avatar
Samuel Pawel committed
This repository contains the R package **BayesRep** in the state to reproduce
the results of the paper

Pawel, S., Held, L. (2022). The sceptical Bayes factor for the assessment of
replication success. **Journal of the Royal Statistical Society Series B:
Statistical Methodology**. 84(3): 879-911.
DOI:[10.1111/rssb.12491](https://doi.org/10.1111/rssb.12491)

However, development of the package has moved to GitHub
(<https://github.com/SamCH93/BayesRep>). It is recommended to download the
improved and more user-friendly version from there.
Samuel Pawel's avatar
Samuel Pawel committed

## Installation

Samuel Pawel's avatar
Samuel Pawel committed
The package can be installed with
Samuel Pawel's avatar
Samuel Pawel committed

```R
Samuel Pawel's avatar
Samuel Pawel committed
## install.packages("remotes")
remotes::install_gitlab(repo = "samuel.pawel/BayesRep", subdir = "pkg", host = "gitlab.uzh.ch", dependencies = TRUE)
Samuel Pawel's avatar
Samuel Pawel committed
```