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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkschumacher committed Jan 2, 2015
1 parent bb02359 commit 1e83468
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ 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.
Please refer to the [documentation](http:https://stat.ethz.ch/R-manual/R-patched/library/stats/html/p.adjust.html) of the corresponding function in R or to Wikipedia ([FWER](http:https://en.wikipedia.org/wiki/Familywise_error_rate), [FDR](http:https://en.wikipedia.org/wiki/False_discovery_rate)), if you want to know more on this topic.

This package is currently not available in the package manager.
Current stable version is [2.0.0](https://github.com/dirkschumacher/PValueAdjust.jl/tree/v2.0.0).

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:https://github.com/dirkschumacher/PValueAdjust.jl.git")
```
Expand Down

0 comments on commit 1e83468

Please sign in to comment.