Multivariate statistical testing
조회 수: 8 (최근 30일)
이전 댓글 표시
I wish to conduct a statistical test comparing between two groups where I have multiple boolean dependent variables, i.e. a vector the size of ~7000 that contains ones and zeros. Looking around I saw that there is an extension of the T-test called Hotelling's T-squared distribution. I also found an implementation of this test for Matlab here - http://www.mathworks.com/matlabcentral/fileexchange/2844. As for analyzing more than two groups, I saw that there is a MANOVA package in Matlab, which is the same as ANOVA only for multivariate analysis. Having said that, I know that both T-test and ANOVA are intended for continuous variables, so I'm not sure how correct it will be to use these options.
So my two questions are: 1. Will it be correct to use these methods and if so, is anyone familiar with these implementations and can recommend? 2. If it is not correct to use these, are there other tests I can use instead, and if so can you please point me to their implementations (in Matlab or Java)?
Thanks much! omer
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Repeated Measures and MANOVA에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!