필터 지우기
필터 지우기

MATLAB function to perform an unbalanced anova

조회 수: 24 (최근 30일)
Eric
Eric 2016년 2월 10일
댓글: Amberle McKee 2019년 3월 28일
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일
You can do this with anovan.
  댓글 수: 3
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?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 ANOVA에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by