waldWolfowitz.test.Rd
This function performs the Wald-Wolfowitz test for two samples
waldWolfowitz.test(matrix)
matrix | Matrix of data |
---|
A list with pvalues for alternative hypothesis, statistics, method and data name
#> $data.name #> [1] "c(-1, 1, -1, -1, -1, 1, 1, 1, -1, 1, 1, -1, -1, -1, -1, 1, 1, " #> [2] "1, 1, -1, 1, -1, 1, -1, -1, -1, 1, -1, -1, -1, 1, 1, 1, 1, 1, " #> [3] "-1, 1, 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1, -1, 1, -1, 1, " #> [4] "-1, 1, -1, 1, -1)" #> #> $statistic #> R #> 33 #> #> $p.value #> Exact p-value Asymptotic p-value.Asymptotic Left Tail #> -1.0000000 0.8231186 #> #> $method #> [1] "Wald-Wolfowitz" #>