Message-ID: <af4e9054.9fbc65f4.826da00@expms6.cites.uiuc.edu>
Date: 2004-11-15T17:51:10Z
From: Tim F Liao
Subject: glim in R?
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