Re: [R] Numeric data calculated in bwplot

2009-04-17 Thread Deepayan Sarkar
On 4/17/09, Yuri Volchik wrote: > > Hi, > > i was wondering if there is a way to extract statistic calculated by the > function bwplot in numeric format, i.e. a list with values of borders mean > etc. See ?boxplot.stats -Deepayan __ R-help@r-proje

Re: [R] Numeric data calculated in bwplot

2009-04-17 Thread stephen sefick
library(lattice) x <- bwplot(voice.part ~ height, data=singer, xlab="Height (inches)") str(x) I have not done this before, but the output of str should give you a starting point for extracting numeric values contained in one of the numerous lists. hope this helps Stephen Sefick On Fri, Apr 17,

[R] Numeric data calculated in bwplot

2009-04-17 Thread Yuri Volchik
Hi, i was wondering if there is a way to extract statistic calculated by the function bwplot in numeric format, i.e. a list with values of borders mean etc. Going through the help i couldn't find it, and text of the function itself(bwplot) is very long. Thanks -- View this message in context: