GitHub - DInfanger/pvalue_functions: R functions to create confidence distributions and more. (original) (raw)
_P_-value functions 
Information
This repository contains R scripts to reproduce the graphics from our paper:
Infanger D, Schmidt-Trucksäss A. (2019): P value functions: An underused method to present research results and to promote quantitative reasoning. Statistics in Medicine, 1-9. doi: 10.1002/sim.8293.
R-package pvaluefunctions
has been released on CRAN!
As the R packagepvaluefunctionshas now been released on CRAN, all new information concerning the package and updates can be found on my GitHub page for the package.
This repository is no longer being supported with updates! To reproduce the graphics in the paper, see below.
Overview
A description of the package and some examples of how to use the package can be found on the official GitHub page for the package.
Installation and recreation of the graphics in the paper
Install the package from CRAN usinginstall.packages("pvaluefunctions")
and then load it usinglibrary(pvaluefunctions)
.
To reproduce the plots from the publication, download the filepaper_plots.R
and run it after loading the package usinglibrary(pvaluefunctions)
.