This function performs the Friedman Aligned-Rank test

friedmanAR.test(matrix)

Arguments

matrix

Matrix of data

Value

A list with pvalues for alternative hypothesis, statistics, method and data name

Examples

friedmanAR.test(results)
#> $data.name #> [1] "results" #> #> $statistic #> T #> 34.74994 #> #> $p.value #> [1] 5.228445e-07 #> #> $method #> [1] "Friedman Aligned-Rank" #>