Learn R Programming

crank (version 1.1-2)

lw.FriedmanTest: Wrapper for the Friedman test function.

Description

Wrapper for the Friedman test function.

Usage

lw.FriedmanTest(x)

Arguments

x

A matrix of ranks.

Value

The statistic and p value returned by friedman.test.

Details

Calls friedman.test and returns a vector containing the statistic and p value.

See Also

friedman.test