Fisher's Exact Test Dialog Function

DESCRIPTION:

This function is used by the Fisher's Exact Test dialog.

USAGE:

menuFisher(x, y, data, print.p=T, is.table=F) 

REQUIRED ARGUMENTS:

x
factor variable indicating the first margin.
y
factor variable indicating the second margin.
data
if is.table=F then data is the data set containing x and y. Otherwise data is a contingency table.

OPTIONAL ARGUMENTS:

print.p
logical indicating whether to print a summary for the test.
is.table
logical indicating whether data is a contingency table.

VALUE:

an htest object as described in the help for fisher.test.

SEE ALSO: