Re: [R] Use of Sappy and Tappy for Mathematical Calculation

2012-07-10 Thread R. Michael Weylandt
project.org >> Subject: [R] Use of Sappy and Tappy for Mathematical Calculation >> >> Hi, >> >> i have a matrix like this, >> >> ABCXYZ... . >> - -- >> 1220

Re: [R] Use of Sappy and Tappy for Mathematical Calculation

2012-07-10 Thread arun
t2,2,min)  dat2range<-apply(dat2,2,range) dat2count<-apply(dat2,2,length) dat2sd<-apply(dat2,2,sd) dat2var<-apply(dat2,2,var) A.K. - Original Message - From: Rantony To: r-help@r-project.org Cc: Sent: Tuesday, July 10, 2012 6:16 AM Subject: [R] Use of Sappy and Tappy for Math

Re: [R] Use of Sappy and Tappy for Mathematical Calculation

2012-07-10 Thread Nordlund, Dan (DSHS/RDA)
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Rantony > Sent: Tuesday, July 10, 2012 3:17 AM > To: r-help@r-project.org > Subject: [R] Use of Sappy and Tappy for Mathematical Calculation > > Hi, &

[R] Use of Sappy and Tappy for Mathematical Calculation

2012-07-10 Thread Rantony
Hi, i have a matrix like this, ABCXYZ... . - -- 1220 ... . 2435 ... . 3040 ... . Here, i need to get Sum of each colu