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 f769426 commit bb02359
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
[![Build Status](https://travis-ci.org/dirkschumacher/PValueAdjust.jl.svg?branch=master)](https://travis-ci.org/dirkschumacher/PValueAdjust.jl)
[![Coverage Status](https://img.shields.io/coveralls/dirkschumacher/PValueAdjust.jl.svg)](https://coveralls.io/r/dirkschumacher/PValueAdjust.jl)
[![PValueAdjust](https://pkg.julialang.org/badges/PValueAdjust_release.svg)](https://pkg.julialang.org/?pkg=PValueAdjust&ver=release)
# PValueAdjust.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.
Please refer to the [documentation](https://stat.ethz.ch/R-manual/R-patched/library/stats/html/p.adjust.html) of the corresponding function in R or to Wikipedia ([FWER](https://en.wikipedia.org/wiki/Familywise_error_rate), [FDR](https://en.wikipedia.org/wiki/False_discovery_rate)), if you want to know more on this topic.

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

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 bb02359

Please sign in to comment.