Scatterplot and trendline
Scatterplot Scatterplot explores the relationship between two quantitative variables. Example:
What can we tell from scatterplot Direction of relationship (positive, negative, no correlation) Strength of relationship ( strong >0.8, weak <0.5) Form of relationship (linear, quadratic, cubic, etc)
Some examples i r=0.5 Weak Points are scattered around Positive (upward trend) Hard to tell the form Roughly Linear?
Some examples ii r=0.8 Strong Points are compact Positive Clear linear pattern
Some examples iii r=0.2 Very weak, almost no pattern Points all over the plot Very hard to tell whether it is positive or negative
Some examples iii r=0 No pattern Points fall everywhere in the plot Can not tell whether there is upward or downward trend
Some examples iv r= Strong relationship Negative relationship (downward trend). Linear pattern
Some examples v r= Not very different from plot iii
What is r? r is called correlation coefficient There are many different ways of calculating r. The one that we use most frequently is called Pearson product moments correlation coefficient (or simply Pearson correlation coefficient)
How to calculate r? Formula to be introduced later.
Other facts about r Ranges from –1 to +1 Sign shows direction of the correlation Absolute value shows the strength of the correlation *** Only measures linear correlation
Example Y=x^2 r is almost 0 r= *** But there is a clear quadratic correlation between x and y for sure!!!
How to use correlation Make predictions Given a value of x and the correlation between x and y, we can predict the value of y. This is an example of model fitting in statistics
Another classification of variables In terms of the role of the variables in the model, they are put into two classes: Independent, explanatory, predictor, x-value Dependent, response, y-value
What a statistical model does Gives us a measure of the relationship between two (or more) variables. Gives us a measure of how good the model performs, since we always have many model choices. Enables us to make prediction using the relationship identified in the model
Graphical Illustration of the model Trendline r=0.8 Positive Strong Linear
Regression Regression is one way of fitting a statistic model. For the above data, we have Y=b0+b1x+error b0 is called the intercept b1 is called the regression coefficient/slope Error is a “must have” part in any statistic model
Numeric Example Data X: Y: r=
Results of a regression i Intercept = Slope = The line in the middle is called the trendline or regression line The distance between individual points and the line is called “residual”
Results of a regression ii X: Y: Y.hat: Resid: Y.hat is the predicted value of Y given X and the regression model we got Residuals=Y-Y.hat and that is the error in our model
How do we get the regression model We find the set of intercept and slope that satisfies the following conditions The sum of all residuals should be 0 The sum of the squared residuals is minimized
How to measure how good this model is? One measure is called r-square For this model, it is r^2= It means among all the variation observed in the variable Y, about 84.5% is explained by the predictor X. The rest is the error.
How is r-square related to our measure of correlation Hint, it is called… r-squared
Yes, it is the squared value of the correlation between X and Y ^2=
Some things to know This relationship only works regression with one predictor. The trendline or the regression model only works for X values within the range of our data, or not too far from it. In this case, our X values range from 10 to 50. So we can predict Y using X=26 but not X=126. Correlation does not imply causality. Example: Children’s shoe size vs reading ability