Re: [R] linear regression by column

2012-03-01 Thread Filoche
Thank everyone for your help. Problem solved. I'm getting more used with vectorization with your help, Regards, Phil -- View this message in context: http://r.789695.n4.nabble.com/linear-regression-by-column-tp4432564p4434937.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] linear regression by column

2012-02-29 Thread Peter Ehlers
On 2012-02-29 15:45, David Winsemius wrote: On Feb 29, 2012, at 6:39 PM, David Winsemius wrote: On Feb 29, 2012, at 1:53 PM, Filoche wrote: Hi everyone. I have a DF with the first column being my independant variable and all other columns the dependent variables. Something like: x

Re: [R] linear regression by column

2012-02-29 Thread David Winsemius
On Feb 29, 2012, at 6:39 PM, David Winsemius wrote: On Feb 29, 2012, at 1:53 PM, Filoche wrote: Hi everyone. I have a DF with the first column being my independant variable and all other columns the dependent variables. Something like: x y1 y2 y3 ... ... ...

Re: [R] linear regression by column

2012-02-29 Thread David Winsemius
On Feb 29, 2012, at 1:53 PM, Filoche wrote: Hi everyone. I have a DF with the first column being my independant variable and all other columns the dependent variables. Something like: x y1 y2 y3 ... ... ... ... ... ... ... ... What I'm trying to do

[R] linear regression by column

2012-02-29 Thread Filoche
Hi everyone. I have a DF with the first column being my independant variable and all other columns the dependent variables. Something like: x y1 y2 y3 ... ... ... ... ... ... ... ... What I'm trying to do is to perform a linear model for each of my "y". I