dks
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see dks.
The double Kolmogorov-Smirnov package for evaluating multiple testing procedures.
DOI: 10.18129/B9.bioc.dks
Bioconductor version: 3.21
The dks package consists of a set of diagnostic functions for multiple testing methods. The functions can be used to determine if the p-values produced by a multiple testing procedure are correct. These functions are designed to be applied to simulated data. The functions require the entire set of p-values from multiple simulated studies, so that the joint distribution can be evaluated.
Author: Jeffrey T. Leek <jleek at jhsph.edu>
Maintainer: Jeffrey T. Leek <jleek at jhsph.edu>
citation("dks")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("dks")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("dks")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.