Learn R Programming

sgpv (version 1.1.0)

leukstats: Test Statistics from Gloub (1999) Leukemia data set

Description

Data are from 7218 gene specific t-tests for a difference in mean expression (on the log scale; AML versus ALL) in the Gloub data set (1999). Data are from 72 patients using a pooled t-test (df=70). Included in the dataframe are the following: t-statistic (t.stat), p-value (p.value), CI lower limit (ci.lo), CI upper limit (ci.hi), estimate (estimate), standard error (se).

Usage

data(leukstats)

Arguments

Format

An object of class data.frame. Includes the following: t-statistic (t.stat), p-value (p.value), CI lower limit (ci.lo), CI upper limit (ci.hi), estimate (estimate), standard error (se).

References

Gloub (1999) and used in Blume et. al. (2018) PlosONE.

Blume JD, D<U+2019>Agostino McGowan L, Dupont WD, Greevy RA Jr. (2018). Second-generation p-values: Improved rigor, reproducibility, & transparency in statistical analyses. PLoS ONE 13(3): e0188299. https://doi.org/10.1371/journal.pone.0188299

Examples

Run this code
# NOT RUN {
data(leukstats)
order(leukstats$p.value)
# }

Run the code above in your browser using DataLab