jbryer / DATA606Fall2017

DATA 606 - Statistics and Probability for Data Analytics
2 stars 4 forks source link

Lab 3 #13

Closed milkcake81 closed 7 years ago

milkcake81 commented 7 years ago

In "try your own section", it says "Note that normal probability plots C and D have a slight stepwise pattern."

To me, it looks like plot C doesn't look skewed nor do I see stepwise pattern. How do I detect stepwise pattern?

jbryer commented 7 years ago

Here is the normal QQ plot for age: image

qqnorm(bdims$age)
qqline(bdims$age)

See the red lines I drew, the stepwise is that the points move across horizontally, then jump up to what looks to be another horizontal line. That is what is meant by stepwise. Why does this happen?

milkcake81 commented 7 years ago

The one you just drew looks like Plot D. It's probably caused by the fact that the survey is geared towards "young age adult" so you end up with more people who are young than not.

My issue was with Plot C. Let me try to paste the graph here if it works. This looks normal to me.
capture

jbryer commented 7 years ago

Sorry for the delay in responding @milkcake81. I think your conclusion that the data seems to be normal, but the question is about the apparent "stepping" of the data. Why is that? Think about the differences between, say, integers and real numbers and hopefully that will help explain the stepping.