Displaying 1 result from an estimated 1 matches for "290102".
Did you mean:
29002
2005 Mar 13
0
any book and tutorial about how to manipulate data with R /S+
> 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, and so
> on,
As others have pointed out, R comes with a manual on