Skip to contents

Fisher's exact test for a 2x2 table

Usage

fisher_exact_test(contingency_table, alternative = "two.sided")

Arguments

contingency_table

2x2 matrix.

alternative

One of "two.sided", "less", "greater".