if I set model as 'linear' in 'anovan', is 'anovan' equivalent to applying respectively 'anova1' to the factors?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, I have the data consisting of the 6 factors with the 3 levels of each factor.
If I set model as 'linear' in 'anovan', is the result from applying 'anova1' to those factors respectively equivalent to the result from applying 'anovan' to the data?
The result means 'F-Value' and 'p-Value' in this case.
0 Commenti
Risposte (2)
Jeff Miller
il 17 Set 2022
no, those are not equivalent, as you should be able to verify by applying them both to the same dataset. With its default 'linear' model, anovan fits a model that has main effects for all 6 of the factors (among other things, this removes the effects of all factors from error, leaving a common error term that is used for testing all factors). In constrast, anova1 only considers a single factor in its model, so the effects of all of the other 5 unconsidered factors go into the error term. If you did anova1 on each single factor, they would (almost certainly) all have different numerical values for their error terms.
0 Commenti
Vedere anche
Categorie
Scopri di più su ANOVA in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!