Durbin test

Perform the Durbin test for balanced incomplete block design
461 download
Aggiornato 14 apr 2018

In the analysis of designed experiments, the Friedman test is the most common non-parametric test for complete block designs. The Durbin test is a nonparametric test for balanced incomplete designs that reduces to the Friedman test in the case of a complete block design. In a randomized block design, k treatments are applied to b blocks. In a complete block design, every treatment is run for every block. For some experiments, it may not be realistic to run all treatments in all blocks, so one may need to run an incomplete block design. In this case, it is strongly recommended to run a balanced incomplete design. A balanced incomplete block design has the following properties:
Every block contains k experimental units.
Every treatment appears in r blocks.
Every treatment appears with every other treatment an equal number of times.

The Durbin test is based on the following assumptions:

The b blocks are mutually independent. That means the results within one block do not affect the results within other blocks.
The data can be meaningfully ranked (i.e., the data have at least an ordinal scale).

Syntax: durbin(x,alpha)

Inputs:
x (mandatory) - data matrix
alpha (optional) - significance level (default = 0.05).

Outputs:
T1 statistic and chi square approximation
T2 statistic and F approximation
Multiple Comparisons (eventually)

T1 was the original statistic proposed by James Durbin, which would have an approximate null distribution of chi-square. The T2 statistic has slightly more accurate critical regions, so it is now the preferred statistic. The T2 statistic is the two-way analysis of variance statistic computed on the ranks R(Xij).

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

To cite this file, this would be an appropriate format: Cardillo G. (2010). Durbin: Durbin nonparametric test for balanced incomplete designs
http://www.mathworks.com/matlabcentral/fileexchange/26972

Cita come

Giuseppe Cardillo (2024). Durbin test (https://github.com/dnafinder/durbin), 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

inputparser; some code makeup; github link

1.1.0.0

change in help section for correct citation

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.