You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I run Fisher's exact test. The print p-value is differenct from the results's p-value.
For example, in print, the p-value < 2.2e-16. However, the jk$p.value is 1.899826e-32.
Is there any thing wrong in the function? Thank you.
>fm_dnDownNoYes281326No407413090jk=janitor::fisher.test(fm_dn)
>jkFisher's Exact Test for Count Datadata: fm_dnp-value < 2.2e-16alternative hypothesis: true odds ratio is not equal to 195 percent confidence interval: 2.343308 3.271687sample estimates:odds ratio 2.769178 > jk$p.value[1] 1.899826e-32
The text was updated successfully, but these errors were encountered:
Hi, when I run Fisher's exact test. The print p-value is differenct from the results's p-value.
For example, in print, the p-value < 2.2e-16. However, the jk$p.value is 1.899826e-32.
Is there any thing wrong in the function? Thank you.
The text was updated successfully, but these errors were encountered: