Displaying 1 result from an estimated 1 matches for "isgfinc2".
2012 Mar 08
1
Adding mean line to a lattice density plot
Hi!
I have used the following command:
densityplot(~PV1CIV, groups=SGENDER, data=ISGFINC2,
lwd=2, col=1, lty=c(1,2), pch=c("+","o"),
key=list(text=list(lab=levels(ISGFINC2$SGENDER), col=1),
space="bottom", columns=2, border=T, lines=T, lwd=2,
lty=c(1,2), col=1), ref=T, plot.points=F)
to produce a lattice density plot presenting the distribution...