This function performs the Chakraborti and Desu test

cd.test(matrix)

Arguments

matrix

Matrix of data

Value

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

Examples

cd.test(results)
#> $data.name #> [1] "results" #> #> $statistic #> median W #> 0.8335898 65.0000000 #> #> $p.value #> Exact p-value Asymtotic p-value #> 8.307668e-06 9.999999e-01 #> #> $method #> [1] "Chakraborti and Desu" #>