blog/fisher-s-exact-test-in-r-independence-test-for-a-small-sample/ #91
Replies: 5 comments 5 replies
-
Hello,
I would like to apply Fisher's exact test on rows to have pvalue for each row and group's letter in each cell as follow (pvalues & letter are not correct, just to be more clear on what i need as result)
Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick reply. |
Beta Was this translation helpful? Give feedback.
-
Fisher's Exact Test data: G6PDGenderTable after running the Fisher exact test R returned above value. How would I interpret weather the variables(G6PD and Gender )are independent or dependent? |
Beta Was this translation helpful? Give feedback.
-
Hi Antoine, Similar in a way to AekKaw's question. I have a 2x3 matrix, where I have two categorical variables one with a yes or no response and the other that breaks into three classified groups. example table: I am just trying to understand how the fischer test functions in R works with a 2x3 matrix and if I need a separate p-value and test result for each group comparison. Such as flue detected vs other, other vs none, flu vs none. Or would a single p-value be sufficient? I feel like it wouldnt work for a single p-value since I wouldnt know how the groups compare and interact with each other more granularly than an overall the three groups are independent or dependent, correct? Should I split my 2x3 into the three separate comparative cases and do the fischer test on each? |
Beta Was this translation helpful? Give feedback.
-
do you know how to calculate power for fisher's exact test? thx! |
Beta Was this translation helpful? Give feedback.
-
blog/fisher-s-exact-test-in-r-independence-test-for-a-small-sample/
Learn the differences between the Chi-square test of independence and the Fisher's exact test. You will also learn how to implement the statistical test in R
https://statsandr.com/blog/fisher-s-exact-test-in-r-independence-test-for-a-small-sample/
Beta Was this translation helpful? Give feedback.
All reactions