Skip to content

baypogiMD/Fisher_exact_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Fisher_exact_test

Simple python code implementation of Fisher exact test.

Use to determine if there is a significant association between 2 categorical variables.

Use in small sample size n < 20 or if one of the cell in 2x2 table is less than 5.

This test is an alternative to Chi Square test of indepence.

About

Simple python code implementation of Fisher exact test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published