Created
November 15, 2018 21:19
-
-
Save wdecoster/103325cdaf93b8137c0d2c4f93d5325e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from scipy import stats | |
OR, pvalue = stats.fisher_exact([[96, 4], [82, 18]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment