cd.test.Rd
This function performs the Chakraborti and Desu test
cd.test(matrix)
matrix | Matrix of data |
---|
A list with pvalues for alternative hypothesis, statistics, method and data name
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" #>