Chi Square Test for three variables
이전 댓글 표시
I am having three vectors with binary results each from a different test condition (from the same subjects).
How do I perform a chi square test to see whether the participants performed equally well in all three conditions?
But how do I extend it to three variables?
댓글 수: 1
Scott Callahan
2018년 11월 16일
Use "Marks" function chi2cont.
답변 (1개)
Star Strider
2015년 9월 29일
1 개 추천
A Chi-Squared test is generally restricted to comparing two frequencies. From what you described, a repeated-measures ANOVA is likely most appropriate. Consult with a statistician in your organisation for the correct analysis.
Ideally, you designed your study with the statistical analysis in mind before you began it. Designing you study after you collected your data is not the optimal order of events.
카테고리
도움말 센터 및 File Exchange에서 Hypothesis Tests에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!