On Tue, Mar 4, 2008 at 5:32 PM, Gabor Grothendieck
<[EMAIL PROTECTED]> wrote:
> Try this:
>
> library(doBy)
> summaryBy(. ~ day + treat, exampledata, FUN = c(mean, sd))
Outstanding, so much better. Thanks.
__
R-help@r-project.org mailing list
https:/
Try this:
library(doBy)
summaryBy(. ~ day + treat, exampledata, FUN = c(mean, sd))
On Tue, Mar 4, 2008 at 5:24 PM, Levi Waldron <[EMAIL PROTECTED]> wrote:
> I have a dataframe with several different treatment variables, and
> would like to calculate the mean and standard deviation of the
> repli
I have a dataframe with several different treatment variables, and
would like to calculate the mean and standard deviation of the
replicates for each day and treatment variable. It seems like it
should be easy, but I've only managed to do it for one treatment at a
time using subset and tapply. He
3 matches
Mail list logo