Skip to content

any book and tutorial about how to manipulate data with R /S+

1 message · Liaw, Andy

#
R has functions for doing those: sort(), merge(), aggregate(), and t(),
respectively.
As others have pointed out, R comes with a manual on data import/export.
There are articles in the R News that discuss date/time.  Not sure what you
mean by `format'.
I beg to differ: Not too many statisticians (that I know of anyway) have the
luxury of having data formatted  and served on a silver platter for
analysis.
Let's see:  I've been working at a pharmaceutical company for over five
years now, and I can count the number of times I've used SAS during that
period on one hand (and can't recall when was the last time).  I do data
manipulation all the time (mostly with R).  Just last week I wrote a
three-line function in R to read and parse a data file that's not in
rectangular table format (so read.table and friends can't be used), while a
colleague of mine tried to figure out how to do the same with Perl.

All the tasks you specified can be done in any number of packages/languages,
some easier than others.  I'd say R is one of the easiest, but that does
require that you gain some familiarity with it.  If you have specific
questions, try search in the R-help archive, or if you can't find answer
there, post the question here.  

Andy