RE: [R] any book and tutorial about how to manipulate data with R /S+

2005-03-13 Thread Liaw, Andy
From: Wensui Liu I am sorry that I did not state my question clearly. What I mean by data manipulation includes sort, merge, aggregate, transpose, R has functions for doing those: sort(), merge(), aggregate(), and t(), respectively. data export and import, format, date time handle,

Re: [R] any book and tutorial about how to manipulate data with R/S+

2005-03-13 Thread Gabor Grothendieck
Wensui Liu liuwensui at gmail.com writes: : transpose, data export and import, format, date time handle, and so Regarding just the date and time classes part of your question, an article in R News 4/1 discusses that. __ R-help@stat.math.ethz.ch

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

2005-03-12 Thread Wensui Liu
In real world, data manipulation might take even longer time and more effort than statistical analysis and modeling. Does anyone know a good book and tutorial about data manupulation? Thank you so much. -- WenSui Liu, MS MA Senior Decision Support Analyst Division of Health Policy and Clinical

Re: [R] any book and tutorial about how to manipulate data with R/S+

2005-03-12 Thread Thomas Schönhoff
Hallo, Am Samstag, 12. März 2005 15:08 schrieb Wensui Liu: In real world, data manipulation might take even longer time and more effort than statistical analysis and modeling. Does anyone know a good book and tutorial about data manupulation? Thank you so much. Well, it would be much easier

Re: [R] any book and tutorial about how to manipulate data with R/S+

2005-03-12 Thread Wensui Liu
I am sorry that I did not state my question clearly. What I mean by data manipulation includes sort, merge, aggregate, transpose, data export and import, format, date time handle, and so on, which might be not important to statistician. I have use SAS and SPSS for a while and really want to

Re: [R] any book and tutorial about how to manipulate data with R/S+

2005-03-12 Thread Deepayan Sarkar
On Saturday 12 March 2005 14:42, Wensui Liu wrote: I am sorry that I did not state my question clearly. What I mean by data manipulation includes sort, merge, aggregate, transpose, data export and import, format, date time handle, and so on, which might be not important to statistician. I

Re: [R] any book and tutorial about how to manipulate data with R/S+

2005-03-12 Thread Dirk Eddelbuettel
On 12 March 2005 at 15:42, Wensui Liu wrote: | I am sorry that I did not state my question clearly. | | What I mean by data manipulation includes sort, merge, aggregate, | transpose, data export and import, format, date time handle, and so | on, which might be not important to statistician. R

Re: [R] any book and tutorial about how to manipulate data with R/S+

2005-03-12 Thread Michael Grant
Wensui, Here is an answer from a different perspective. Reading between the lines, you may be involved in 'remedial' data preparation at times. Depending on exactly what kind of tasks you are talking about you MAY be well advised to work in a database--that is why they exist. It just depends on