Re: [Rpy] r.pdf() question

2009-04-25 Thread Peter
On 4/25/09, laurent wrote: > > Did you try something like: > http://www.google.com/search?q=rpy2+dev.off > ? I think you need to setup an rpy2 FAQ. More specific suggestions: I would also include this (using dev.off) as an example here: http://rpy.sourceforge.net/rpy2/doc/html/introduction.ht

Re: [Rpy] Rpy, using R plm package

2009-04-25 Thread Peter
On 4/25/09, Ryan Banerjee-R wrote: > > Hi > > I am trying to use the "plm" panel data package in R through Rpy. > ... > stuff = rpy.r.plm(("ys ~ x1s"), data=testdata_1, model="within") > > rpy.set_default_mode(rpy.BASIC_CONVERSION) > > results = rpy.r.summary(stuff)['CoefTable'] > > The pro

Re: [Rpy] --SPAM-- MID: Re: Rpy, using R plm package 32.1455

2009-04-25 Thread Ryan Banerjee-R
Hi All Not sure about mailing list etiquette but I thought it would good to post a solution for others. Thanks for the quick help! # Purpose: test the rpy python bindings with the R plm package (Panel Data) import rpy # test data - the plm package needs the individual and time info in the firs

Re: [Rpy] --SPAM-- MID: Re: Rpy, using R plm package 32.1455

2009-04-25 Thread Peter
On 4/25/09, Ryan Banerjee-R wrote: > > Hi All > > Not sure about mailing list etiquette but I thought it would > good to post a solution for others. Thanks for the quick help! > I think posting a working solution is excellent etiquette :) Peter