Re: [R] new to loops

2011-05-08 Thread SevannaD
fit[e.g, 1:4] # determine what values in your model output > are what you need > } > datout # a table with all your output for each variable > > On Sunday, May 8, 2011 at 11:58 AM, SevannaD wrote: > > I have never made a loop on my own to do anything in R. But I am hoping >

[R] new to loops

2011-05-08 Thread SevannaD
I have never made a loop on my own to do anything in R. But I am hoping someone can help me build one for the following issue: I need to make a univariate logistic regression for each of my variables (about 62 of them), then I need to gather up each of their coefficients (not the intercepts), eac