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!