jwcarr / mantel

Python implementation of the Mantel test, a significance test of the correlation between two distance matrices
MIT License
32 stars 19 forks source link

Added "two-tail" option to Mantel.py #4

Closed bernibra closed 8 years ago

bernibra commented 8 years ago

This code has been very useful to me and I added the two-tail option for the cases in which you can't assume an upper or lower tail of the distribution. Thank you very much Jon.

jwcarr commented 8 years ago

Awesome! Nice method too. Thanks.