waerden | R Documentation |
Performs van der Waerden test on each row/column of the input matrix.
row_waerden(x, g)
col_waerden(x, g)
x |
numeric matrix. |
g |
a vector specifying group membership for each observation of x. |
row_waerden(x, g)
- van der Waerden test on rows.
col_waerden(x, g)
- van det Waerden test on columns.
a data.frame where each row contains the results of van det Waerden
test performed on the corresponding row/column of x.
Each row contains the following information (in order):
1. obs.tot - total number of observations
2. obs.groups - number of groups
3. df - degrees of freedome
4. statistic - van det Waerden chi-squared statistic
5. pvalue - p.value
Karolis Koncevičius
vanWaerdenTest
, row_oneway_equalvar
, row_kruskalwallis
col_waerden(iris[,1:4], iris$Species)
row_waerden(t(iris[,1:4]), iris$Species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.