On Mon, Aug 3, 2009 at 2:36 AM, laurent wrote:
>
>
> On Wed, 2009-07-29 at 20:38 -0400, Skipper Seabold wrote:
>> On Wed, Jul 29, 2009 at 8:17 PM, Skipper Seabold wrote:
>> > On Thu, Jul 23, 2009 at 9:50 AM, Skipper Seabold
>> > wrote:
>> >> On Thu
On Wed, Jul 29, 2009 at 8:17 PM, Skipper Seabold wrote:
> On Thu, Jul 23, 2009 at 9:50 AM, Skipper Seabold wrote:
>> On Thu, Jul 23, 2009 at 7:12 AM, Peter wrote:
>>> On Thu, Jul 23, 2009 at 12:02 PM, Laurent Gautier wrote:
>>>>>
>>>>> Since x is a
On Thu, Jul 23, 2009 at 9:50 AM, Skipper Seabold wrote:
> On Thu, Jul 23, 2009 at 7:12 AM, Peter wrote:
>> On Thu, Jul 23, 2009 at 12:02 PM, Laurent Gautier wrote:
>>>>
>>>> Since x is a NumPy array these can come in different flavours, and
>>>> perh
On Thu, Jul 23, 2009 at 7:12 AM, Peter wrote:
> On Thu, Jul 23, 2009 at 12:02 PM, Laurent Gautier wrote:
>>>
>>> Since x is a NumPy array these can come in different flavours, and
>>> perhaps something here is breaking rpy2 or R, e.g.
>>
>> The bug report if for rpy-1.0.x, I think.
>
In [2]: rpy._
On Wed, Jul 22, 2009 at 2:53 PM, Laurent Gautier wrote:
> Skipper Seabold wrote:
>>
>> Hello all,
>>
>> Are RPy bugs still being accepted on the sourceforge page?
>
> They certainly are.
>
>> I think I found one when trying to do an rlm estimation.
>&g
Hello all,
Are RPy bugs still being accepted on the sourceforge page? I think I
found one when trying to do an rlm estimation.
I can provide code to (possibly) reproduce; however, the short version
is this. Given the stackloss data from R datasets and a data frame
and formula given in the examp
Hello all,
I am relatively new to R and Rpy and have a question about obtaining
the covariance matrix after doing a glm estimation so that I can get
the standard errors. I'm sure I'm missing something simple, but I
haven't been able to find a solution searching the web or the ML
archives.
I have