Re: [R] bwplot in ascending order

2011-05-02 Thread Doran, Harold
"13" "13" ... $ finalRank : int 1274 1274 1274 1274 1274 2643 2643 81 81 81 ... $ totalScore: int [1:58921(1d)] 1130 1130 1130 1130 1130 390 390 1768 1768 1768 ... ..- attr(*, "dimnames")=List of 1 .. ..$ : chr "13" "13" "13" "1

Re: [R] bwplot in ascending order

2011-05-02 Thread Mark Difford
On May 01 (2011) Harold Doran wrote: >> Can anyone point me to examples with R code where bwplot in lattice is >> used to order the boxes in >> ascending order? You don't give an example and what you want is not entirely clear. Presumably you want ordering by the median (boxplot, and based on t

Re: [R] bwplot in ascending order

2011-05-02 Thread Uwe Ligges
On 01.05.2011 22:52, Doran, Harold wrote: Can anyone point me to examples with R code where bwplot in lattice is used to order the boxes in ascending order? I have found the following discussion and it partly works. But, I have a conditioning variable, so my example is more like bwplot(var1

[R] bwplot in ascending order

2011-05-01 Thread Doran, Harold
Can anyone point me to examples with R code where bwplot in lattice is used to order the boxes in ascending order? I have found the following discussion and it partly works. But, I have a conditioning variable, so my example is more like bwplot(var1 ~ var2|condition, dat) Th example in the disc