>     slope1 = with_mode(NO_CONVERSION, r.zyp.sen)(r("p~t"))

A quick glance tells me this line is a problem.  The "." is reserved
in Python for modules/classes, try with an underscore:

slope1 = with_mode(NO_CONVERSION, r.zyp_sen)(r("p~t"))

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to