Skip to content

QQ plot for normality testing

2 messages · Matevz Pavlic, Joshua Wiley

#
Hi,

qqnorm basically plots your actual sample values against what the
values would be (approximately) if they were from a normal
distribution.  qqline() adds a line through the 1st and 3rd quartiles.
 So roughly speaking, if your QQ plot forms a straight line
(particularly the one drawn by qqline), then your sample values match
a normal distribution.  With real data, it is typically not a "yes/no"
decision, rather "is my data normal enough?"

Questions like this have been asked many times on this list, so
searching the mailing list archives will lead you to many more
discussions and suggestions.  Here is one way to search:
http://tolstoy.newcastle.edu.au/R/

Cheers,

Josh


On Sat, Apr 30, 2011 at 10:27 AM, Matev? Pavli?
<matevz.pavlic at gi-zrmk.si> wrote: