Skip to content

Files for reproducing analyses in Pawel, S., Held, L. & Matthews, R. Comment on "Bayesian additional evidence for decision making under small sample uncertainty". https://doi.org/10.1186/s12874-022-01635-4

Notifications You must be signed in to change notification settings

SamCH93/BAEcomment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comment on "Bayesian additional evidence for decision making under small sample uncertainty"

This repository contains code and data to reproduce the accepted manuscript of the paper

Pawel, S., Held, L. and Matthews, R. Comment on "Bayesian additional evidence for decision making under small sample uncertainty". BMC Medical Research Methodology. 22, 149 (2022). doi:10.1186/s12874-022-01635-4

Reproducing the results

We offer two ways to reproduce the results

1. Reproduction with local computational environment (requires R and LaTeX)

First install the required R packages by running in a shell from the root directory of the repository

## packages from CRAN
R -e 'install.packages(read.delim("CRANpackages.txt", header = FALSE)[,1])'

Then run

cd paper
make pdf

this should reproduce all analyses and output the file bae.pdf in the paper directory.

Although our analysis depends on only few dependencies, this approach may lead to different results (or not even compile successfully) in the future if R or an R package dependency changes. The R and R package versions which were used in our analysis can be seen in the output of the sessionInfo command at the bottom of the manuscript in the snapshot of the GitHub repository at the time of submission.

2. Reproduction within Docker container (requires Docker with root rights)

Run in a shell from the root directory of the repository

make drunpdf

this should output the file bae.pdf in the paper directory. The Docker approach takes a bit longer but reruns our analyses in a Docker container which encapsulates the computational environment (R and R package versions) that was used in the original analysis. The only way this approach could become irreproducible is when the rocker/verse base image becomes unavailable and/or the MRAN snapshot of CRAN becomes unavailable.

About

Files for reproducing analyses in Pawel, S., Held, L. & Matthews, R. Comment on "Bayesian additional evidence for decision making under small sample uncertainty". https://doi.org/10.1186/s12874-022-01635-4

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages