Re: Statistics::R not always working

2006-08-14 Thread Robin Sheat
OK, I figured it out. For anyone interested, the solution is to change: $R->send(qq`x <- c(1,2,3) \n shapiro.test (x)`); to $R->send(qq`x <- c(1,2,3) \n out <- shapiro.test (x) \n print (out)`); Which then gives you the result as it should. -- Robin <[EMAIL PROTECTED]> JabberID: <[EMAIL PROTECTED

Re: Statistics::R

2005-03-27 Thread Jonathan Paton
On Sun, 27 Mar 2005 16:35:20 -0600, Luis N <[EMAIL PROTECTED]> wrote: > What do you suppose this could be about? > > This is perl, v5.8.5 built for i386-freebsd-64int > > main::(-e:1): 42 > DB<1> use Statistics::R ; > > DB<2> $R->startR ; > Can't call method "startR" on an undefined value