Clarifications on Dunn-Sidak Approach in multcompare.m
21 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi all,
I am trying to perform the Dunn's test as a non-parametric post hoc multiple comparison test based on the statistical results obtained from the Kruskal-Wallis test.
I want to ask if a 'dunn-sidak' option provided by multcompare.m is actually the Dunn's test. Based on the paper (Dunn, 1964) and other materials, the Dunn's test is known to use z-statistics, but according to the documentation provided here, it seems like 'dunn-sidak' option uses critical values from the t-distribution.
Other software (e.g., R; cf. dunn.test, p.4) explicitly returns z-test statistics from the Dunn test. When I tested with Python, both Python and MATLAB gave equal results for one dataset but different results when conducted using other datasets.
Can anyone clarify whether the Dunn-Sidak approach in MATLAB is actually the Dunn's test and how does t-statistics fit in here?
My question has also been asked in MATLAB Answers and partially discussed in StackExchange, but I feel like it has not been clearly answered, especially for the MATLAB software.
Thank you.
1 Commento
Scott MacKenzie
il 14 Lug 2021
Presumably the MATLAB documentation you cite on Multiple Comparisons is correct -- the Dunn-Sidak test, as implemented in multcompare, "uses critical values from the t-distribution". It's possible this is mathematically equivalent to the test given in the original source you cite The formula is given, so perhaps you can compare the two sources to find out.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Analysis of Variance and Covariance in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!