README.md

P reducer

R package for reducing p-values using Fisher's method.

To use:

install via github:

library(devtools)
install_github(adamrtalbot, preducer)

Take table of p-values, with p-values in one column and grouping variable in another. Run using:

fishers_method(data, "pvalue", "group")


adamrtalbot/preducer documentation built on May 25, 2019, 2:24 p.m.