a character string indicating the name of the test.
data.name
a character string giving the name(s) of the data.
p.value
table of results.
p.adjust.method
method for p-values correction.
Arguments
resp
response vector.
fact
grouping factor.
exact
a logical indicating whether exact p-values should be computed.
p.method
method for p-values correction. See help of p.adjust.
Author
Maxime HERVE <maxime.herve@univ-rennes1.fr>
Details
If exact=NULL, Fisher's exact tests are used if the number of data values is < 200; otherwise chi-square tests are used (with Yates continuity correction).