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. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.