1.0.5 • Published 3 years ago

fishers-exact-test v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

Fisher's exact test

This is a javascript implementation for doing Fisher's exact tests.

Resources to learn about the test:

Usage

Install:

npm i --save fishers-exact-test

Usage:

const fishersExactTest = require('fishers-exact-test');

fishersExactTest(1, 9, 11, 3);

Output:

{ leftPValue: 0.0013797280926100416,
  rightPValue: 0.9999663480953023,
  oneTailedPValue: 0.0013797280926100416,
  twoTailedPValue: 0.002759456185220083 }

Disclaimer

There may be bugs. Don't use it for rocket surgery.

1.0.5

3 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago