Displaying 1 result from an estimated 1 matches for "tp22062643p22062643".
2009 Feb 17
2
printing out the summary for lm into a txt file
...0){
y<-data[,i]
lm.model<-lm(y~data$x1+data$x2+data$x3+data)
sink("results.txt", append=T)
s<-summary(lm.Model)
print(s)
sink()
an<-anova(lm.Model)
print(an)
sink()
}
--
View this message in context: http://www.nabble.com/printing-out-the-summary-for-lm-into-a-txt-file-tp22062643p22062643.html
Sent from the R help mailing list archive at Nabble.com.