Re: [Rpy] Complex statistical methods

2011-12-12 Thread Peter Cock
On Mon, Dec 12, 2011 at 3:18 PM, Marko Limbek wrote: > Thank you Peter, but with me it doesn't work, > as you can see from the printscreen in the attachment, that I send you. > I followed all four steps. > The warning in the picture says that variable resmca is not used. > > Marko You had this:

Re: [Rpy] Complex statistical methods

2011-12-12 Thread Peter Cock
On Mon, Dec 12, 2011 at 12:33 PM, Marko Limbek wrote: > Do you mean > set_default_mode(NO_CONVERSION) > or something else? Yes, try the NO_CONVERSION mode of rpy v1, which keeps the objects as R objects but allows you to access them from Python. > What you suggested is the second way of retreivi

Re: [Rpy] Complex statistical methods

2011-12-12 Thread Marko Limbek
Do you mean set_default_mode(NO_CONVERSION) or something else? What you suggested is the second way of retreiving R objects, but I think it can only be used od R objects, that represent predefined built-in R functions. It can't be used it on the result I get from a method. Anyway I will have to swi

Re: [Rpy] Complex statistical methods

2011-12-12 Thread Peter
On Sunday, December 11, 2011, Marko Limbek wrote: > Apparently when Python composes output of a R method, > results are transformed into dictionaries and some info is lost. > > For instance, I need four things from the result > 1. names of var > 2. coordinates of var > 3. names of quali.sup > 4. c