Re: [R] add median/mean line to stri-plot in lattice

2014-01-26 Thread Duncan Mackay
xlim = c(0,3), col=c("red","black"), par.settings = list(strip.background=list(col="white"), superpose.symbol = list(col = c("red","black"), pch = c(19,19))), par.s

Re: [R] add median/mean line to stri-plot in lattice

2014-01-25 Thread Duncan Mackay
ist(x = list(at = 1:5, labels = c("Normal","Borderline", .))), Regards Duncan From: Luigi Marongiu [mailto:marongiu.lu...@gmail.com] Sent: Saturday, 25 January 2014 00:45 To: Duncan Mackay Subject: Re: [R] add median/mean line to stri

Re: [R] add median/mean line to stri-plot in lattice

2014-01-23 Thread Duncan Mackay
Hi Luigi Not sure what you want exactly. I have cleaned up the formula - do that at the data.frame first. see http://lmdvr.r-forge.r-project.org/figures/figures.html for more examples on lattice Please dput your data - makes things easier and we have what you are working with There may be better