Skip to content

natsuhiko/badjust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

badjust

Multiple testing correction with beta distribution

How to install

You need to install GSL (http://www.gnu.org/software/gsl/gsl.html) in your environment first. Then, please use the following example code to install the package:

CFLAGS="-I/usr/include/gsl\ -I/usr/include"
LDFLAGS="-L/usr/lib"
LIBR="-lgsl\ -llapack\ -lm"
MAKEFLAGS="CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS LIBR=$LIBR" R CMD INSTALL badjust --no-multiarch

Note that, you may be required to install lapack (http://www.netlib.org/lapack/) as well.

About

Multiple testing correction with beta distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published