Hi all,
I am wondering how to write a 'list' object to a file. I already gone
through some threads like
http://mail.python.org/pipermail/python-list/2001-April/080639.html, however
could not trace out any reliable solution. I tried following :
> write.table(calc, file="c:/data.csv")
Error in data.frame("200501" = c(-0.000387071806652095,
-0.000387221689252648, :
arguments imply differing number of rows: 25, 24, 16, 17, 18, 26, 27, 19,
23, 20, 11
Anybody can help?
Regards,
[[alternative HTML version deleted]]
______________________________________________
[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
and provide commented, minimal, self-contained, reproducible code.