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
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,
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:
3 matches
Mail list logo