Displaying 1 result from an estimated 1 matches for "r60091".
Did you mean:
960091
2012 Aug 16
2
warning in lattice key function
...mns=2, border=TRUE,
title="Treatment", cex.title=.9
)
)
## The example works without warning messages in 2.15.1.
## I first detected the problem in
##### R Under development (unstable) (2012-07-24 r59961) ## windows
##### R Under development (unstable) (2012-08-02 r60091) ## macintosh
## The problem still exists in
## R Under development (unstable) (2012-08-13 r60245) -- "Unsuffered
Consequences"
## downloaded from lib.stat.cmu.edu Wed Aug 15 2012 11PM EST
> tmp <- data.frame(y=rnorm(10), g=rep(ordered(c("A","B")), 5))
> bwp...