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 command:

r.pvclust(data, method.hclust="complete", method.dist="correlation",
nboot=100)

I get the following error message:

SyntaxError: keyword can't be an expression

I had a ferret around on the web and found a similar problem to this on this
list previously, but the answer (which in this case would translate to:
"'hclust' is an attribute of the object 'method'") is completely greek to
me.

Thanks in advance for your help!

-- 
Cheers,

Nick Schurch

Data Analysis Group (The Barton Group),
School of Life Sciences,
University of Dundee,
Dow St,
Dundee,
DD1 5EH,
Scotland,
UK

Tel: +44 1382 388707
Fax: +44 1382 345 893
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to