Skip to content

Instantly share code, notes, and snippets.

@wdecoster
Created November 15, 2018 21:19
Show Gist options
  • Save wdecoster/103325cdaf93b8137c0d2c4f93d5325e to your computer and use it in GitHub Desktop.
Save wdecoster/103325cdaf93b8137c0d2c4f93d5325e to your computer and use it in GitHub Desktop.
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