simpleFDR: Simple False Discovery Rate Calculation

Using the adjustment method from Benjamini & Hochberg (1995) <doi:10.1111/j.2517-6161.1995.tb02031.x>, this package determines which variables are significant under repeated testing with a given dataframe of p values and an user defined "q" threshold. It then returns the original dataframe along with a significance column where an asterisk denotes a significant p value after FDR calculation, and NA denotes all other p values. This package uses the Benjamini & Hochberg method specifically as described in Lee, S., & Lee, D. K. (2018) <doi:10.4097/kja.d.18.00242>.

Getting started

Package details

AuthorStephen C Wisser
MaintainerStephen Wisser <swisser98@gmail.com>
LicenseMIT + file LICENSE
Version1.1
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("simpleFDR")

Try the simpleFDR package in your browser

Any scripts or data that you put into this service are public.

simpleFDR documentation built on Nov. 4, 2021, 9:08 a.m.