Two-way RM ANOVA 테스트를 돌려보자.
어떤 테스트?
내가 분석해야 할 데이터는
- Outcome variable 개수 = 1개 (Accuracy)
- Outcome variable type = Continuous
- Predictor variable 개수 = 2개(방위 기준, 팔의 자세)
- Predictor variable type = Categorical
- Same or different entities in each category? = Same
(이 조건이 Same이면 within-subject, Different면 between-subject 디자인)
마지막으로 Assumption of linear regression(링크)를 통과하면 Factorial repeated measure ANOVA, 통과하지 못하면 Robust factorial repeated measure ANOVA를 한다.

Toetskeuzeschema Field
지금부터의 목차는 다음과 같다:
- 데이터의 정규성 검정
- 테스트 (Factorial RM ANOVA)
- 구형성 체크
- 방법 간 차이의 significant effect (p-value) 체크
- post-hoc 분석
1. 정규성(Normality) 검정
프로그램 사용
-
분석 - 기술통계량 - 데이터 탐색 클릭

-
검사하려는 변수를 종속변수에 추가한 후 '통계량' 클릭

-
아래 옵션으로 설정 후 '계속' 클릭

-
도표 클릭

-
아래 옵션으로 설정 후 '계속' 클릭
