rajclinasia wrote:
Hi Every one,
I have a dataframe "class" with "name", "sex", "age", "height", "Weight".
if i caluclate summary statistics with the below code
numSummary(class[,c("Height", "Weight")], groups=class$Name,
statistics=c("mean", "sd", "quantiles"), quantiles=c(0,
.25,.5,.75,1))
Hi here,
may be you can play with reshape, or may be aggregate and reshape...
good luck
milton
On Tue, Sep 1, 2009 at 2:17 AM, rajclinasia wrote:
>
> Hi Every one,
> I have a dataframe "class" with "name", "sex", "age", "height", "Weight".
> if i caluclate summary statistics with the below co
Hi Every one,
I have a dataframe "class" with "name", "sex", "age", "height", "Weight".
if i caluclate summary statistics with the below code
numSummary(class[,c("Height", "Weight")], groups=class$Name,
statistics=c("mean", "sd", "quantiles"), quantiles=c(0,
.25,.5,.75,1))
iam getting output l
3 matches
Mail list logo