Re: [R] prettyR 25% quartile, 75% quartile

2008-04-04 Thread Jim Lemon
stephen sefick wrote: > I am using the describe function in prettyR. I would like to add the > 25% 75% quartiles to the summary table > > how do I do this > > I have tried > > describe(x.f, num.desc=c("mean", "median", "sd", "min", "max", > "skewness", "quantile(x.f, na.rm=T, probs=seq(0.25, 0.

[R] prettyR 25% quartile, 75% quartile

2008-04-03 Thread stephen sefick
I am using the describe function in prettyR. I would like to add the 25% 75% quartiles to the summary table how do I do this I have tried describe(x.f, num.desc=c("mean", "median", "sd", "min", "max", "skewness", "quantile(x.f, na.rm=T, probs=seq(0.25, 0.75))", "valid.n")) help -- Let's not