fisher_exact

Usage:

fisher_exact <pos_succ> <pos> <neg_succ> <neg>

Description

Compute the Fisher Exact test p-value.

Input

<pos_succ>
The positive successes.
<pos>
The positives.
<neg_succ>
The negative successes.
<neg>
The negatives.

Output

Writes the Fisher Exact test p-value to standard output.

Options

No options