On 4/13/06, vincent david <[EMAIL PROTECTED]> wrote: > Hi, > > can I find something comparable to boxplots$stats in the resulting trellis > object of a bwplot() call? All I could find was a list named panel.args, > which apears to be identical to the list I get calling xyplot(). This isn't > helping very much since I would still have to compute the median/quantiles > myself to use it for further statistical evaluation
Yes, and believe it or not, the function boxplot.stats can do that for you. Deepayan ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
