Skip to content

qqplot

3 messages · Yihui Xie, carol white

#
if I have the two following matrices, abline(0,1) doesn't go through. QQplot is attached.

            [,1]     [,2]     [,3]     [,4]     [,5]
 2.149644 1.992864 3.346375 2.793511 3.428230
 1.100762 2.152981 2.735401 2.175185 3.323058
1.212406 2.131813 2.672598 2.389996 3.242490
1.183770 1.908633 2.661237 2.590545 2.906059
 1.665190 1.778923 2.636062 2.475619 4.013407

       
    0.601   0.083   0.520    0.920  -0.007
   -0.778   0.427  -0.605   -0.066  -0.283
  -0.599   0.348  -0.693    0.284  -0.436
   -0.519   0.081  -0.590    0.678  -1.095
    0.009  -0.253  -0.940    0.526   1.623
--- On Mon, 11/2/09, David Winsemius <dwinsemius at comcast.net> wrote:

            
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qqplot.png
Type: image/png
Size: 6174 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091102/5002dcdf/attachment-0002.png>
#
abline(0,1) is somewhere in the upper-left corner which you are unable
to see. At least the first distribution seems to have a larger mean
than the second one (i.e. they are not the same distribution).

Regards,
Yihui
--
Yihui Xie <xieyihui at gmail.com>
Phone: 515-294-6609 Web: http://yihui.name
Department of Statistics, Iowa State University
3211 Snedecor Hall, Ames, IA
On Mon, Nov 2, 2009 at 10:33 AM, carol white <wht_crl at yahoo.com> wrote:
#
So the conclusion is that abline(0,1) should always be used and if it doesn't go through the qqplot, the two distributions are not similar?

Thanks
--- On Mon, 11/2/09, Yihui Xie <xieyihui at gmail.com> wrote: