Description Usage Arguments Details Value References Examples
This function performs Quade's test for multiple comparisons
1 |
data |
Matrix where the test is performed |
... |
Ignored |
The test has been implemented according to the version in Garcia et al. (2008).
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.
S. Garcia, A. Fernandez, J. Luengo and F. Herrera (2010) Advanced nonparametric tests for multiple comparisons in the design of experiments in computational intelligence and ata mining: Experimental analysis of power. Information Sciences, 180, 2044-2064.
1 2 | data(data_gh_2008)
quadeTest(data.gh.2008)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.