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.
As the R package
pvaluefunctions
has 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.
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.
Install the package from CRAN using
install.packages("pvaluefunctions")
and then load it using
library(pvaluefunctions)
.
To reproduce the plots from the publication, download the file
paper_plots.R
and run it after loading the package using
library(pvaluefunctions)
.