Fisher's Exact Test for beginners.

版本 1.0.0.0 (2.4 KB) 作者: Guangdi Li
For beginners, who loves Fisher's Exact Test but hates the theory behind.
944.0 次下载
更新时间 2010/1/28

查看许可证

A simple, fast and short code for beginners, who cares about Fisher's Exact Test, .
As a beginner, at least you need to know what we do with Fisher's Exact Test (see [1][2]). My function is simple,

Pvalue = FisherExactTest22(x,y)

Input: either 2*2 contigency table or two vectors,
Output: four p-values at, left tail , Right tail, 2-tails, and Mid-p correction for 2-tails .

Well, if you don't know anything about how to choose, as a beginner, I suggested you use 2-tails, that is : Pvalue(3)

Attention: if you have contigency table more complex to 2*2, refer to my another algorithm at :
http://www.mathworks.com/matlabcentral/fileexchange/24379-fishers-exact-test-with-n-x-m-contingency-table

Please start from "ControlCenter.m", two examples are there.
Let me know any question you have, I will try to response to you as soon as possible.

[1]http://mathworld.wolfram.com/FishersExactTest.html
[2]http://www.mathworks.com/matlabcentral/fileexchange/15434

引用格式

Guangdi Li (2024). Fisher's Exact Test for beginners. (https://www.mathworks.com/matlabcentral/fileexchange/26499-fisher-s-exact-test-for-beginners), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Hypothesis Tests 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0