journals_pVals {swfdr}R Documentation

P-values from abstracts from articles in 5 biomedical journals (American Journal of Epidemiology, BMJ, JAMA, Lancet, New England Journal of Medicine), over 11 years (2000-2010).

Description

A dataset containing 15,653 p-values.

Usage

journals_pVals

Format

A tbl data frame with 15,653 rows and 5 variables:

pvalue

P-value

pvalueTruncated

Equals to 1 if the p-value is truncated, 0 otherwise

pubmedID

Pubmed ID of the article

year

Year of publication

journal

Journal

Value

Object of class tbl_df, tbl, data.frame.

Source

Code for extracting p-values at: inst/script/getPvalues.R


[Package swfdr version 1.19.0 Index]