This function performs the Iman-Davenport test

imanDavenport.test(matrix)

Arguments

matrix

Matrix of data

Value

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

Examples

imanDavenport.test(results)
#> $data.name #> [1] "results" #> #> $statistic #> F.id #> 11.97536 #> #> $p.value #> [1] 7.786432e-08 #> #> $method #> [1] "Iman-Davenport" #>