Displaying 1 result from an estimated 1 matches for "estimatedtheta".
2009 Apr 07
2
Writing specific columns to a data file
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]]