[R] Simple qqplot question
Ralf B
ralf.bierig at gmail.com
Thu Jun 24 23:44:30 CEST 2010
I am a beginner in R, so please don't step on me if this is too
simple. I have two data sets datax and datay for which I created a
qqplot
qqplot(datax,datay)
but now I want a line that indicates the perfect match so that I can
see how much the plot diverts from the ideal. This ideal however is
not normal, so I think qqnorm and qqline cannot be applied.
Perhaps you can help?
Ralf
More information about the R-help
mailing list