Displaying 1 result from an estimated 1 matches for "2275x1".
2003 May 23
3
Not getting all data to a text file via write.table
Hi all- Thanks in advance for your help.
I have a 2275x1 table of residuals from an lm() regression. I want to
analyze this further in Excel. I tried using:
df<-resid(object)
write.table(df)
and this yields a nice looking output in R, but because of screen
constraints, I seem to loose data "out-the-top" of the Console -- which
doesn...