Displaying 1 result from an estimated 1 matches for "results_paired".
2010 Nov 15
1
Executing Command on Multiple R Objects
...cat(out6,file="out.txt",sep="\n",append=TRUE)
cat(third,file="out.txt",sep="\n",append=TRUE)
Here's an example of what I tried, but didn't work.
for (i in ls(pat = "mod"))
{ out <- capture.output(summary[[i]])
cat(out, file = "results_paired.txt", sep = "\n", append = TRUE)
}
--
View this message in context: http://r.789695.n4.nabble.com/Executing-Command-on-Multiple-R-Objects-tp3043871p3043871.html
Sent from the R help mailing list archive at Nabble.com.