fisher.test {stats} R Documentation

Fisher's Exact Test for Count Data

Description


Performs Fisher's exact test for testing the null of independence
of rows and columns in a contingency table with fixed marginals.

Usage

fisher.test(a, b, c, d);

Arguments

a%

-

b%

-

c%

-

d%

-

Details

Authors

sciBASIC.NET

Value

this function returns data object of type FishersExactPvalues.

clr value class

Examples


[Package stats version 5.0.1.2389 Index]