Re: [R] Grouped bwplots?

2009-02-21 Thread hadley wickham
On Fri, Feb 20, 2009 at 3:57 PM, Fredrik Karlsson wrote: > Dear list, > > I am sorry for asking you this, but I am trying to do again what I > thought I have done before, although this time it does not work. > > So, given the data set: > >> testdf <- data.frame(grfak=sample(c("One","Two"),size=100

Re: [R] Grouped bwplots?

2009-02-20 Thread Deepayan Sarkar
On 2/20/09, Fredrik Karlsson wrote: > Dear list, > > I am sorry for asking you this, but I am trying to do again what I > thought I have done before, although this time it does not work. > > So, given the data set: > >> testdf <- data.frame(grfak=sample(c("One","Two"),size=100,replace=TRUE), >> pa

[R] Grouped bwplots?

2009-02-20 Thread Fredrik Karlsson
Dear list, I am sorry for asking you this, but I am trying to do again what I thought I have done before, although this time it does not work. So, given the data set: > testdf <- data.frame(grfak=sample(c("One","Two"),size=100,replace=TRUE), > panfak= sample(c("Yes","No"),size=100,replace=TRUE)