[R] output without labels and delimited by Tab
Yu-Ling Wu
yuling5 at yahoo.com
Mon Feb 26 20:22:22 CET 2001
Hi,
I have a set of data and when I run "summary(data)", I
got the following output:
dstuser dstmethod numaction
Min. : 0.000 Min. : 0.000 Min. : 0.00
1st Qu.: 1.000 1st Qu.: 1.000 1st Qu.: 2.00
Median : 3.000 Median : 6.500 Median : 33.00
Mean : 4.894 Mean : 6.565 Mean : 59.32
3rd Qu.: 9.000 3rd Qu.:11.000 3rd Qu.: 94.25
Max. :25.000 Max. :19.000 Max. :317.00
Question (1): How to make the output look like this
(get rid of the "labels")?
dstuser dstmethod numaction
0.000 0.000 0.00
1.000 1.000 2.00
3.000 6.500 33.00
4.894 6.565 59.32
9.000 11.000 94.25
25.000 19.000 317.00
Question (2): How to make each column delimited by Tab
instead of white spaces?
Thanks,
Yu-Ling Wu
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list