Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BayesRep
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Samuel Pawel
BayesRep
Commits
73739591
Commit
73739591
authored
1 year ago
by
Samuel Pawel
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
e18dac94
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-3
13 additions, 3 deletions
README.md
with
13 additions
and
3 deletions
README.md
+
13
−
3
View file @
73739591
# 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
)
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment