[R] How to create multi variables

yuanzhi yuanzhi.li at usherbrooke.ca
Wed May 14 18:24:24 CEST 2014


I am really sorry, I misunderstand your meanings. Your suggestions are
useful, and it works!
ls<-vector("list",3)
for(i in 1:3)
{
   ls[[i]]<-summary(lm(y[,i]~x[,i]))
}
Thanks for your help very much and sorry for my mistake.





--
View this message in context: http://r.789695.n4.nabble.com/How-to-create-multi-variables-tp4690465p4690552.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list