Re: [R] Standard deviation for rows

2009-08-05 Thread ferreirafm
Take a look on the package bellow. rowSds, colSds and much more. > install.packages("matrixStats") -- View this message in context: http://www.nabble.com/Standard-deviation-for-rows-tp19998106p24827130.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Standard deviation for rows

2008-10-15 Thread Alex99
gt; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Alex99 > Sent: Wednesday, October 15, 2008 1:17 PM > To: r-help@r-project.org > Subject: [R] Standard deviation for rows > > > Hi everyone, > > I have just started using R, and I have a simple ques

Re: [R] Standard deviation for rows

2008-10-15 Thread Greg Snow
801.408.8111 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > project.org] On Behalf Of Alex99 > Sent: Wednesday, October 15, 2008 11:17 AM > To: r-help@r-project.org > Subject: [R] Standard deviation for rows > > > Hi everyone, >

Re: [R] Standard deviation for rows

2008-10-15 Thread Nutter, Benjamin
?apply e.g. apply(matrix,1,sd) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex99 Sent: Wednesday, October 15, 2008 1:17 PM To: r-help@r-project.org Subject: [R] Standard deviation for rows Hi everyone, I have just started using R, and I have a

[R] Standard deviation for rows

2008-10-15 Thread Alex99
Hi everyone, I have just started using R, and I have a simple question. How can I get the Standard deviation for rows. basically I am looking for something like "rowMeans()" but for Standard deviation (I tried "rowSds()" didn't exist) Thanks, -- View this message in context: http://www.nabb