Does the One-way ANOVA test on MATLAB check that the conditions for applying ANOVA are met?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ANOVA conditions:
(1) the observations are normally distributed for each group
(2) all groups have equal variances
(3) the error terms have a mean value of zero and are independent.
Or do I need to incorporate checks for whether or not these conditions are met before applying ANOVA?
0 comentarios
Respuestas (1)
Adam Danz
el 11 de Sept. de 2019
Editada: Adam Danz
el 11 de Sept. de 2019
Great question, +1
Matlab does not perform any assumption checks to my knowledge.
So yes, you need to perform those tests prior to running the ANOVA.
[addendum]
Depending on what you're doing, you may be able to use a nonparametric statistical test that doesn't require some of these assumptions to be met.
0 comentarios
Ver también
Categorías
Más información sobre ANOVA en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!