How to interpret Repeated Measures Anova Example Table

Hello community,
I have a specific question to the Matlab example of repeated measures anova. Its the first example Repeated Measures Analysis of Variance with fisheriris
The following is the output table. Now I was wondering, what is the difference between the rows "(Intercept):Measurements" and "species:Measurements" and how would I interpret the two rows?
Thank you for your help!
ranovatbl=3×8 table

 採用された回答

Jeff Miller
Jeff Miller 2021 年 5 月 31 日

2 投票

(Intercept):Measurements is the "main effect" of measurement type--a factor with 4 levels in this example (i.e. length and width of sepals and petals). The significant F for this line indicates that the average values of these 4 types of measurements differ.
species:Measurements is the term for the interaction of species by measurements. The significant F for this line means that the patterns of differences among the 4 measurement types differ across the three species. Equivalently, it means that the pattern of differences among the three species differ across the four measurement types.

その他の回答 (0 件)

カテゴリ

質問済み:

2021 年 5 月 31 日

コメント済み:

2021 年 6 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by