danielTrend.test.Rd
This function performs the Daniel Trend test
danielTrend.test(matrix)
matrix | Matrix of data |
---|
A list with pvalues for alternative hypothesis, statistics, method and data name
#> $data.name #> [1] "m" #> #> $statistic #> D R Z #> 0 1 3 #> #> $p.value #> pvalue Positive Dependence pvalue #> 0.000000000 0.001349898 #> Negative Dependence pvalue No Dependence pvalue #> 0.998650102 0.002699796 #> #> $method #> [1] "Daniel Trend" #>