[R] Loop counter used in variable

Tom Pitt t.pitt at hotmail.com
Tue Dec 15 00:25:10 CET 2009


Hi All,

I need to run muliple lm functions.  My independent variables are called
dataset$x1, x2, x3, x4 etc.

How can I use a loop counter variable to replace the numbers?



fit1=lm(dataset$y~dataset$x1)
fit2=lm(dataset$y~dataset$x2)
fit3=lm(dataset$y~dataset$x3)
fit4=lm(dataset$y~dataset$x4)

Thanks,
Tom
-- 
View this message in context: http://n4.nabble.com/Loop-counter-used-in-variable-tp963984p963984.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list