Hi, I have a function that generates some output with 2 columns, but I
only want to write the first column to a file. Is there a way to do
this in the write.table command?
thetaout=write.table(estimatedtheta, file="/Users/morse07/Desktop/R/
Trial/score.dat", row.names=F, col.names=F)
Any advice would be great, thanks!
[[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.