How to perform Welch ANOVA?

It appears that MATLAB used to have two functions to perform a Welch ANOVA, wanova() and welchanova(). However, neither of those functions appear to still exist, as I get an "Undefined function or variable" error. Is there an alternative function or a way to modify the regular anova() function?

 Accepted Answer

Jeff Miller
Jeff Miller on 14 Jun 2019
You have to download these functions from FileExchange--they are not built-ins. E.g. wanova

1 Comment

How is it possible to perform post-hoc with this fuction?

Sign in to comment.

More Answers (1)

PRB
PRB on 1 Feb 2022
How is it possible to perform post-hoc with this fuction?

1 Comment

Games-Howell Post hoc test
https://nl.mathworks.com/matlabcentral/fileexchange/50452-pierremegevand-games_howell

Sign in to comment.

Products

Release

R2019a

Tags

Asked:

on 13 Jun 2019

Commented:

PRB
on 1 Feb 2022

Community Treasure Hunt

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

Start Hunting!