Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 854 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 854 Bytes

ReplicationRelevance

This package was designed to collect code written for the analysis of my master thesis. As such, it is not written in a very generalizable way. However, it does build a skeleton upon which a useful package could be built.

The masters thesis is titled "Estimating Relevance within Replication Studies", the abstract can be found here: https://math.ethz.ch/sfs/research/master-theses.html#2021

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("StefanThoma/ReplicationRelevance")

For an example call the vignette at:

vignette("ReplicationRelevance", package = "ReplicationRelevance")