MATLAB function to perform an unbalanced anova

Hi everybody,
I'm trying to do an 2-way repeated measures ANOVA with uneven number of subjects in each group (more pre than post measurements). The number of data point is like this:
Pre-group 1 (n=22), Post-group 1 (n = 22),
Pre-group 2 (n=22), Post-group 2 (n=16),
Pre-group 3 (n = 22), Post-group 3 (n = 13),
Pre-group 4 (n = 22), Post-group 4 (n = 18).
I have tried to use the function called rm_anova2 ( http://www.mathworks.com/matlabcentral/fileexchange/6874-two-way-repeated-measures-anova/content/rm_anova2.m ) but it doesn't work.
Does anyone know of a function that is able to perform this kind of analysis?
Best,
Eric

回答 (1 件)

Brendan Hamm
Brendan Hamm 2016 年 2 月 11 日

1 投票

You can do this with anovan.

3 件のコメント

CN
CN 2017 年 1 月 4 日
Can anovan account for variable data within the groups? Or can it only return values when the arrays are exactly matched?
Brendan Hamm
Brendan Hamm 2017 年 1 月 4 日
What do you mean by variable data within the groups?
Amberle McKee
Amberle McKee 2019 年 3 月 28 日
Can anovan account for unbalanced data within groups; if you have different sample sizes in each group?

サインインしてコメントする。

カテゴリ

質問済み:

2016 年 2 月 10 日

コメント済み:

2019 年 3 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by