for write.table in R I use the following:

# table to be stored in excel for example
sum.stat <- data.frame(sum.stat)        # data to be stored
write.table(sum.stat, file="D:/..../my_table.xls", sep="\t", dec=",",
row.names=TRUE, col.names=TRUE, qmethod="double")

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to