On 28 March 2012 06:34, Pierre Lonchampt <ploncha...@sonomat.com> wrote:
>
>
> Fresh install of 3.6.1 + forge pacakages on windows 7:
> octave:5> bland_altman([1,2,3,4,5,6]',[0,2,3,5,6,5]')
>
> error: Invalid call to corrcoef.  Correct usage is:
>
> -- Function File:  corrcoef (X)
> -- Function File:  corrcoef (X, Y)
> error: called from:
> error:   C:\Octave3.6.1_gcc4.6.2\share\octave\3.6.1\m\help\print_usage.m at
> line 87, column 5
> error:   C:\Octave3.6.1_gcc4.6.2\share\octave\3.6.1\m\deprecated\corrcoef.m
> at line 59, column 5
> error:
> C:\Users\plonchampt.AMT\AppData\Local\Temp\7zO3098.tmp\bland_altman.m at
> line 55, column 14

I don't know anything about windows but you installed the packages
wrongly. The bland_altman function is trying to use the octave core
corrcoef function rather than the one from the NaN package. Also, the
location of your bland_altman function is really weird.

> THX

If you expect other people to spend their time fixing your problems,
at least spend the time it takes to write the whole word.

Carnë

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to