How to interpret Repeated Measures Anova Example Table

17 次查看(过去 30 天)
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
(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 个)

类别

Help CenterFile Exchange 中查找有关 Analysis of Variance and Covariance 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by