Anovarep

Compute the Anova for repeated measures and Holm-Sidak test for multiple comparisons if Anova is pos
2,9K descargas
Actualizado 22 mar 2018

Analysis of variance for repeated measures.
This function executes the analysis of variance when subjects underwent
several treatments. This function is similar to ANOVA2 Matlab Function,
but there are three differences:
1) the output of ANOVA table;
2) the graphical plot of anova table;
3) if p-value<alpha this function executes the Holm-Sidak test for multiple
comparison test to highlight differences between treatments.
Syntax: ANOVAREP(X,ALPHA)

Inputs:
X - data matrix.
ALPHA - significance level (default = 0.05).
Outputs:
- Anova table.
- Graphical plot of anova table.
- Holm-Sidak test (eventually)

Example: anovarepdemo

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

To cite this file, this would be an appropriate format:
Cardillo G. (2008) Anovarep: compute the Anova for repeated measures and
Holm-Sidak test for multiple comparisons if Anova is positive.
http://www.mathworks.com/matlabcentral/fileexchange/18746

Citar como

Giuseppe Cardillo (2024). Anovarep (https://github.com/dnafinder/anovarep), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
2.0.0.0

inputparser; table introduction; github link

1.3.0.0

Changes in description

1.2.0.0

some typo error correction

1.1.0.0

Changes in help section

1.0.0.0

mistake correction

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.