Re: [R] Data scaled by lattice::stripplot

2012-06-29 Thread meonline
ne is that in all cases, R 2.10.1, specifying the package, and R 2.15.1 the function is and was performing as it should have been. Operator error. Best, meonl...@hotmail.com On Fri, Jun 29, 2012 at 7:47 AM, Peter Ehlers [via R] wrote: > On 2012-06-28 21:06, meonline wrote: > >>

Re: [R] Data scaled by lattice::stripplot

2012-06-28 Thread meonline
Forgot the attachment :-( http://r.789695.n4.nabble.com/file/n4634810/Screenshot-1.png Screenshot-1.png -- View this message in context: http://r.789695.n4.nabble.com/Data-scaled-by-lattice-stripplot-tp4634809p4634810.html Sent from the R help mailing list archive at Nabble.com. ___

[R] Data scaled by lattice::stripplot

2012-06-28 Thread meonline
For the following example, > library(lattice) > df<-data.frame(i=1:100,p=runif(100),id=rep(c('a','b'),100)) > summary(df[,'p']) Min. 1st Qu. MedianMean 3rd Qu.Max. 0.01165 0.33580 0.57520 0.53290 0.74540 0.98610 > stripplot(p~i|id,df) The plot that is output is as expected with the