data=testdata_1, model="within")
rpy.set_default_mode(rpy.BASIC_CONVERSION)
results = rpy.r.summary(stuff)
print results
Thanks for the help.
Ryan
>>> Peter 04/25/09 8:21 AM >>>
On 4/25/09, Ryan Banerjee-R wrote:
>
> Hi
>
> I am trying to use the "plm&q
Hi
I am trying to use the "plm" panel data package in R through Rpy.
The "plm" package needs either the variables supplied in a certain order (in my
example the first two columns have to be id and year) or use of the plm.data
method to supply certain indices.
Here is is test program which I ca