diff --git a/README.md b/README.md index 06d0c5a..164198d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ [![Coverage Status](https://img.shields.io/coveralls/dirkschumacher/PValueAdjust.jl.svg)](https://coveralls.io/r/dirkschumacher/PValueAdjust.jl) [![PValueAdjust](http://pkg.julialang.org/badges/PValueAdjust_release.svg)](http://pkg.julialang.org/?pkg=PValueAdjust&ver=release) # PValueAdjust.jl + +*This package has been deprecated in favor of [MultipleTesting.jl](https://github.com/juliangehring/MultipleTesting.jl).* + Some methods to adjust p-values for multiple comparisons in Julia. The various methods can be called using the function `padjust`. `padjust` takes an array of p-values and a second method parameter and returns an array of adjusted p-values. @@ -11,14 +14,9 @@ Current stable version is [2.0.0](https://github.com/dirkschumacher/PValueAdjust In case you find any bugs please post an issue here or send a pull request. Make sure you write a test for your contribution. -## Install -```jl -# get the latest stable version -Pkg.add("PValueAdjust") -# get the latest development version -Pkg.clone("git://github.com/dirkschumacher/PValueAdjust.jl.git") -``` +## Install +This package has been deprecated in favor of [MultipleTesting.jl](https://github.com/juliangehring/MultipleTesting.jl). ## Methods ### Control the familywise error rate ([FWER](http://en.wikipedia.org/wiki/Familywise_error_rate))