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

Commit

Permalink
Remove hommel implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkschumacher committed Sep 28, 2014
1 parent 3df6d18 commit 8d8081c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@ julia > padjust(pValues, method = :holm)
0.5
```

#### Hommel
```jl
julia > pValues = [0.05, 0.03, 0.01, 0.5]
julia > padjust(pValues, method = :hommel)
4-element Array{Float64,1}:
0.1
0.075
0.04
0.5
```

### Control the false discovery rate ([FDR](http:https://en.wikipedia.org/wiki/False_discovery_rate))
#### Benjamini-Hochberg
```jl
Expand Down

0 comments on commit 8d8081c

Please sign in to comment.