Kruskal-Wallis Rank Sum Test Dialog Function

DESCRIPTION:

This function is used by the Kruskal-Wallis Rank Sum Test dialog.

USAGE:

menuKruskal(y, groups, data, print.p=T) 

REQUIRED ARGUMENTS:

y
dependent variable of interest.
groups
grouping variable of interest.
data
data set of interest.

OPTIONAL ARGUMENTS:

print.p
logical indicating whether to print a summary of the test.

VALUE:

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

SEE ALSO: