how to calculate odd ratios with R?
fisher.test() computes exact confidence intervals for the odds ratio.
On 6 Jul 2020, at 15:01, Luigi Marongiu <marongiu.luigi at gmail.com> wrote: Is there a simple function from some package that can also add a p-value to this test? Or how can I calculate the p-value on my own?