Skip to content
Prev 328308 / 398498 Next

Advice on use of R for Generalised Linear Modelling

Hi,
On Sun, Aug 11, 2013 at 4:47 AM, Alan Sausse <alansausse at gmail.com> wrote:
Likely not -- you'll need to have RevolutionR around for that, and if
you've have RevoR, then just use RevoR -- not sure what the point
would be call RevoR-specific functionality from R.

Perhaps the biglm package can help you from R, though, as it provides
a bigglm function that can do GLMs with out-of-memory data -- no idea
how well/fast it works, though.

You should also consider that your data may not require that, though
-- glmnet, for instance, works incredibly fast on large data. If your
data can actually be loaded (perhaps via a sparse matrix), then you
can try that.

HTH,
-steve