Description Usage Arguments Details Value References Examples
This function performs Friedman's test for multiple comparisons
1 |
data |
Matrix where the test is performed |
... |
Ignored |
The test has been implemented according to the version in Demsar (2006), page 11
A list with class "htest" containing the following components: statistic
, the value of the statistic used in the test; parameter
, the two degrees of freedom of the F distribution; p.value
, the p-value for the test; method
, a character string indicating what type of test was performed and data.name
, a character string giving the name of the data.
Demsar, J. (2006) Statistical Comparisons of Classifiers over Multiple Data Sets. Journal of Machine Learning Research, 7, 1-30.
1 2 | data(data_gh_2008)
friedmanTest(data.gh.2008)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.