Problems with ranksum function
조회 수: 5 (최근 30일)
이전 댓글 표시
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!
댓글 수: 0
답변 (1개)
Walter Roberson
2011년 4월 18일
If that doesn't work them please cross-check that your version of the Statistics Toolbox matches your version of MATLAB .
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!