Re: [R] Running "all possible subsets" of a GLM (binomial) model

2008-07-07 Thread Ben Bolker
Eric Vander Wal lakeheadu.ca> writes: > > I have spent a fair amount of time looking for a package that is automated > to run glm (binomial) regression models with all possible subsets of my > independent variables. Something akin to Lumley's "leaps" package, but can > be applied to glms, not j

Re: [R] Running "all possible subsets" of a GLM (binomial) model

2008-07-07 Thread hadley wickham
On Mon, Jul 7, 2008 at 10:18 AM, Eric Vander Wal <[EMAIL PROTECTED]> wrote: > I have spent a fair amount of time looking for a package that is automated > to run glm (binomial) regression models with all possible subsets of my > independent variables. Something akin to Lumley's "leaps" package, bu

[R] Running "all possible subsets" of a GLM (binomial) model

2008-07-07 Thread Eric Vander Wal
I have spent a fair amount of time looking for a package that is automated to run glm (binomial) regression models with all possible subsets of my independent variables. Something akin to Lumley's "leaps" package, but can be applied to glms, not just lms; or something similar to Stata's brute forc