Problems with ranksum function
이전 댓글 표시
I am trying to do the nonparametric test on my data called ranksum or also known as Whiney-U test. I have very little data points, only as much as 13. I load the .txt files my data is in, then I define each sample file as x and y and when I put in
[p,h] =ranksum (x,y)
I get this error message
??? Undefined function or method 'statgetargs' for input arguments of type 'cell'.
Error in ==> ranksum at 56 [eid,emsg,alpha,method] = statgetargs(oknames,dflts,varargin{:});
All this stuff is another language to me... I have done this test before and it worked on another computer. Is it my file name, the data, or the different computer???...I have no idea, but I need this done tonight!
Thanks!
답변 (1개)
Walter Roberson
2011년 4월 18일
0 개 추천
If that doesn't work them please cross-check that your version of the Statistics Toolbox matches your version of MATLAB .
카테고리
도움말 센터 및 File Exchange에서 Hypothesis Tests에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!