Description Usage Arguments Details Value References Examples
This function computes the raw p-values for the post hoc based on Quade's test.
1 |
data |
Data set (matrix or data.frame) to apply the test. The column names are taken as the groups and the values in the matrix are the samples. |
control |
Either the number or the name of the column for the control algorithm. If this parameter is not provided, the all vs all comparison is performed. |
... |
Not used. |
The test has been implemented according to the version in Garcia et al. (2010), pages 2052,2054
A matrix with all the pairwise raw p-values (all vs. all or all vs. control).
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 3 | data(data_gh_2008)
quadePost(data.gh.2008)
quadePost(data.gh.2008, control=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.