Skip to content
Prev 33883 / 63424 Next

Apparent bug in summaryBy (PR#13941)

paterno at fnal.gov wrote:
This looks like a bug in the doBy package (or something it uses), not a 
bug in R.  I've cc'd the maintainer of that package to let him know 
about it. 

By the way, an easier way to create that dataframe is simply

tmp <- data.frame(V1=c("c", "b"), V2=c(1,2))

Duncan Murdoch