MyFriedman

Friedman test for non parametric two way ANalysis Of VAriance
2,8K download
Aggiornato 14 apr 2018

The Friedman test is a non-parametric statistical test developed by the U.S. economist Milton Friedman. Similar to the parametric repeated measures ANOVA, it is used to detect differences in treatments across multiple test attempts. The procedure involves ranking each row (or block) together, then considering the values of ranks by columns. Applicable to complete block designs, it is thus a special case of the Durbin test. The Friedman test is used for two-way repeated measures analysis of variance by ranks. In its use of ranks it is similar to the Kruskal-Wallis one-way analysis of variance by ranks. When the number of blocks or treatments is large the probability distribution can be approximated by chi-square or F distribution. If n or k is small, the approximation to chi-square becomes poor and the p-value should be obtained from tables of Q specially prepared for the Friedman test. The MatLab function FRIEDMAN only uses the chi-square approximation. On the contrary, MYFRIEDMAN uses the exact distribution for small size samples and chi-square and F distribution for large sample size. If the p-value is significant, a post-hoc multiple comparisons.

Created by Giuseppe Cardillo
giuseppe.cardillo-edta@poste.it

To cite this file, this would be an appropriate format: Cardillo G. (2009). MYFRIEDMAN: Friedman test for non parametric two way ANalysis Of VAriance http://www.mathworks.com/matlabcentral/fileexchange/25882

Cita come

Giuseppe Cardillo (2024). MyFriedman (https://github.com/dnafinder/myfriedman), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
2.0.0.0

more critical values for small samples; input parser; table implementation; github link

1.5.0.0

bug correction for small samples computation

1.4.0.0

bug fixed in input error handling section

1.3.0.0

Multiple post-hoc comparisons test added

1.2.0.0

Changes in description

1.1.0.0

Change in help section to cite this file

1.0.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.