Closed:How to compare result of fisher.test() with another numeric value in R ?
1
0
Entering edit mode
@jurat-shahidin-9488
Last seen 4.1 years ago
Chicago, IL, USA

Dear member of this community:

when I called fisher.test() for set of score value matrix, and function returns me 3 lines descriptive results. In particular, I want to compare result of fisher.test() with another numeric values. Now, function returns me text descriptive results, and I cannot access p-value instance. 

Here is the example: 

> data
     [,1] [,2]
[1,]    5   23
[2,]    8    5
[3,]    2    8
> fisher.test(data)

    Fisher's Exact Test for Count Data

data:  data
p-value = 0.02128
alternative hypothesis: two.sided

 

I want to compare this p-value with other numeric pvalue. But, in this case, I don't know how to get this done. Thanks all of your favor !!

test fisher exact r pvalue • 313 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 799 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6