]> git.donarmstrong.com Git - mothur.git/blob - fisher2.h
cba59662da9b67ec072fd5f4840a17cf16d36d0e
[mothur.git] / fisher2.h
1 //#ifndef GUARD_fisher2
2 //#define GUARD_fisher2
3
4 void fexact(int *nrow, int *ncol, double *table, int *ldtabl,
5        double *expect, double *percnt, double *emin, double *prt,
6        double *pre, /* new in C : */ int *workspace);
7
8 //#endif GUARD_fisher2
9