Re: [Rpy] rpy syntax error...

2009-10-05 Thread Peter
On Mon, Oct 5, 2009 at 3:53 PM, Nick Schurch wrote: > > Thanks for the answer peter, but I'm still having an issue... > > When I try: > > result<-r.pvclust(data=data, method_hclust="complete", > method_dist="correlation", nboot=1, init_rand=TRUE, seed=NULL) > > I get: > > NameError: name 'resu

Re: [Rpy] rpy syntax error...

2009-10-05 Thread Nick Schurch
Thanks for the answer peter, but I'm still having an issue... When I try: result<-r.pvclust(data=data, method_hclust="complete", method_dist="correlation", nboot=1, init_rand=TRUE, seed=NULL) I get: NameError: name 'result' is not defined Do I need to predefine result as an rpy object or s

Re: [Rpy] rpy syntax error...

2009-09-11 Thread Peter
On Fri, Sep 11, 2009 at 5:18 PM, Nick Schurch wrote: > Dear Rpythoners, > > I'm having a problem using an R package called 'pvclust' from python. I have > rpy installed and things look like they are fine. The pvclust package loads > fine with r.library('pvclust'), but when I do the following comma