2 Factor Anova with Repetitions
7 次查看(过去 30 天)
显示 更早的评论
I need to do a 2 Factor Anova Test, or any anova test at that. My problem is with how to notate my data for my tests.
I have 2 Factors, Eact with 4 levels, and 2 values at each level.
i.e. Factor B
1 2 3 4
1 a,b c,d e,f g,h
Factor A 2 i,j
..... and so on to complete.
How do I set up a matrix or get anova to read that each level for each factor has 2 values that need to be assessed?
0 个评论
采纳的回答
Jonas
2021-4-20
编辑:Jonas
2021-4-20
i would use anovan(data,{factor1,factor2}), it's in my opinion a bit easier to handle. data is a column vector of length N, factor1 and factor2 can be column vectors or colum cells with length N.
you could also use it's 'nested' option
3 个评论
Jonas
2021-4-20
编辑:Jonas
2021-4-20
are a,b two values of a repeated measure, do they measure the same paramter? anovan can just handle one value per row, but if u measure two different things you could maybe do two anovas, one for each number of the pair. if you have repeated measures i think you have to have a look into ranova
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 ANOVA 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!