Skip to content
Snippets Groups Projects
Commit 73739591 authored by Samuel Pawel's avatar Samuel Pawel
Browse files

Update README

parent e18dac94
Branches master
No related tags found
No related merge requests found
# BayesRep
This R package contains tools for Bayesian design and analysis of replication
studies. See the [preprint](http://arxiv.org/abs/2009.01520) for details.
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.
## Installation
The package can be installed with
```R
devtools::install_gitlab(repo = "samuel.pawel/BayesRep", subdir = "pkg", host = "gitlab.uzh.ch", dependencies = TRUE)
## install.packages("remotes")
remotes::install_gitlab(repo = "samuel.pawel/BayesRep", subdir = "pkg", host = "gitlab.uzh.ch", dependencies = TRUE)
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment