Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
Add deprecation notice to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkschumacher committed Nov 24, 2016
1 parent 6778b39 commit 569a2e7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Expand Up @@ -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.
Expand All @@ -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))
Expand Down

0 comments on commit 569a2e7

Please sign in to comment.