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

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkschumacher committed Jun 13, 2014
1 parent c513aa9 commit 04dd8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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.
`padjust` also accepts the method `:none`. This is also the default method, if no method parameter was set.
`padjust` also accepts the method `:none`. This is also the default method, if no method parameter is set.
Please refer to the [documentation](http://stat.ethz.ch/R-manual/R-patched/library/stats/html/p.adjust.html) of the corresponding function in R or to Wikipedia ([FWER](http://en.wikipedia.org/wiki/Familywise_error_rate), [FDR](http://en.wikipedia.org/wiki/False_discovery_rate)), if you want to know more on this topic.

All methods are tested against the R function [`p.adjust`](http://stat.ethz.ch/R-manual/R-patched/library/stats/html/p.adjust.html).
Expand Down

0 comments on commit 04dd8b0

Please sign in to comment.