I have a data frame called totaldata that is 10,000 rows by about 9 columns. The
data frame contains many zero entries which are important. If I type >totaldata
it only prints out the first two columns. I expect (and want) it to print out all
9 columns. (I am actually "sinking" this to a text file, so imagine my surprise
when the text file has only a few columns). I know totaldata contains all the data as
summary(totaldata) lists what I expect (9 variables). Thanks for your help.
[[alternative HTML version deleted]]
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html