Message-ID: <4198EF95.3060109@pdf.com>
Date: 2004-11-15T18:04:05Z
From: Sundar Dorai-Raj
Subject: glim in R?
In-Reply-To: <af4e9054.9fbc65f4.826da00@expms6.cites.uiuc.edu>
Tim F Liao wrote:
> After some futile searches, I decided to ask the list to see
> if any of the sages out there would have an answer:
>
> I have a function I wrote a few years ago in S, which calls
> glim numerous times. I'd like to port it to R, but glm
> works differently from glim, which takes as part of its
> input an X design matrix. I probably could write a function
> to convert glim to glm, but hope this wouldn't be
> necessary...
>
> Tim Liao
>
Would glm.fit do what you need? It has much less overhead than glm and
takes a matrix as it's first argument.
--sundar