Linear Relationship class: center, middle, inverse, title-slide .title[ # Linear Relationship ] .subtitle[ ## MA336 Statistics ] .author[ ### Fei Ye Department of Mathematics and Computer Science ] .date[ ### July 2022 ] --- ## Learning Goals for Linear Regressions - Summarize and interpret the relationship between two quantitative variables. - Demonstrate understanding of concepts pertaining to linear regression. - Use regression equations to make predictions and understand its limits. --- class: center middle # Linear Relationship --- ## Scatterplots (1/5) - Correlation refers to a relationship between two quantitative variables: - the independent (or explanatory) variable, usually denoted by `\(x\)`. - the dependent (or response) variable, usually denoted by `\(y\)`. - **Example:** In a study of education attainment and annual salary, the years of education is the explanatory variable and the annual salary is the response variable. - To describe the relationship between two quantitative variables, statisticians use a scatterplot. - In a scatterplot, we describe the overall pattern with descriptions of direction, form, and strength. --- ## Scatterplots (2/5) .pull-left[ - **Positive relationship**: the response variable (y) increases when the explanatory variable (x) increases. .center[ <img src="data:image/png;base64,#MA336-Week-4-Linear-Relationship_files/figure-html/unnamed-chunk-2-1.png" width="288" /> ] ] .pull-right[ - **Negative relationship**: the response variable (y) decreases when the explanatory variable (x) increases. .center[ <img src="data:image/png;base64,#MA336-Week-4-Linear-Relationship_files/figure-html/unnamed-chunk-3-1.png" width="288" /> ] ] --- ## Scatterplots (3/5) .pull-left[ - **Linear form** .center[ <img src="data:image/png;base64,#MA336-Week-4-Linear-Relationship_files/figure-html/unnamed-chunk-4-1.png" width="198" /> ] ] .pull-right[ - **Curvilinear form** .center[ <img src="data:image/png;base64,#MA336-Week-4-Linear-Relationship_files/figure-html/unnamed-chunk-5-1.png" width="198" /> ] ] - **No obvious relationship** .center[ <img src="data:image/png;base64,#MA336-Week-4-Linear-Relationship_files/figure-html/unnamed-chunk-6-1.png" width="198" /> ] --- ## Scatterplots (4/5) - The strength of the relationship is a description of how closely the data follow the form of the relationship. .pull-left[ .center[ ![A picture shows a strong relationship](data:image/png;base64,#Figures/strong-relation.png) ] ] .pull-right[ .center[ ![A picture shows a weaker relationship](data:image/png;base64,#Figures/weaker-relationship.png) ] ] --- ## Scatterplots (5/5) - Outliers are points that deviate from the pattern of the relationship. .center[ ![:resize A picture shows a outlier to a relationship, 40%](data:image/png;base64,#Figures/outlier-in-relationship.png) ] --- ## Practice: Match Scatterplots .pull-left[ ![](data:image/png;base64,#Figures/MatchScatterplots.png) **A:** X = month (January = 1), Y = rainfall (inches) in Napa, CA in 2010 (Note: Napa has rain in the winter months and months with little to no rainfall in summer.) **B:** X = month (January = 1), Y = average temperature in Boston MA in 2010 (Note: Boston has cold winters and hot summers.) ] .pull-right[ **C:** X = year (in five-year increments from 1970), Y = Medicare costs (in $) (Note: the yearly increase in Medicare costs has gotten bigger and bigger over time.) **D:** X = average temperature in Boston MA (°F), Y = average temperature in Boston MA (°C) each month in 2010 **E:** X = chest girth (cm), Y = shoulder girth (cm) for a sample of men **F:** X = engine displacement (liters), Y = city miles per gallon for a sample of cars (Note: engine displacement is roughly a measure of engine size. Large engines use more gas.) ] .footmark[ Source: [Scatterplots 2 of 5 in Concepts of Statistics](https://courses.lumenlearning.com/wmopen-concepts-statistics/chapter/scatterplots-2-of-5/) ] --- ## The Correlation Coefficient - Definition (1/2) - The correlation coefficient `\(r\)` is a numeric measure that measures the strength and direction of a linear relationship between two quantitative variables. $$ r=\dfrac{\sum\left(\frac{x-\bar{x}}{s_x}\right)\left(\frac{y-\bar{y}}{s_y}\right)}{n-1}, $$ where `\(n\)` is the sample size, `\(x\)` is a data value for the explanatory variable, `\(\bar{x}\)` is the mean of the `\(𝑥\)`-values, `\(𝑠_x\)` is the standard deviation of the `\(𝑥\)`-values, and similarly, for the notations involving 𝑦. - The expression `\(z=\frac{x-\bar{x}}{s_x}\)` is known as the standardized variable (or `\(z\)`-score) which - doesn't depend on the unit of the variable `\(x\)`, - has mean `\(0\)` and standard deviation 1. - In Excel, the correlation coefficient can be calculated using the function `CORREL()`. - [Scatterplots with different correlation coefficients](https://courses.lumenlearning.com/wmopen-concepts-statistics/chapter/linear-relationships-2-of-4/) ??? $$ r=\dfrac{\mathbf{x}\cdot\mathbf{y}}{\lVert\mathbf{x}\rVert\cdot \lVert\mathbf{y}\rVert}=\dfrac{\sum\left(\frac{x-\bar{x}}{s_x}\right)\left(\frac{y-\bar{y}}{s_y}\right)}{\sqrt{\sum\left(\frac{x-\bar{x}}{s_x}\right)^2}\cdot\sqrt{\left(\frac{y-\bar{y}}{s_y}\right)^2}}=\dfrac{\sum\left(\frac{x-\bar{x}}{s_x}\right)\left(\frac{y-\bar{y}}{s_y}\right)}{n-1}, $$ --- ## The Correlation Coefficient - Definition (2/2) - **Rounding Rule:** Round to the nearest thousandth for `\(r\)`, `\(m\)` and `\(b\)`. - Geometric explanation of the definition of `\(r\)`. .pull-left[ .center[ <img src="data:image/png;base64,#MA336-Week-4-Linear-Relationship_files/figure-html/unnamed-chunk-7-1.png" width="252" /> `\(r=\)` 0.816 ] ] .pull-right[ .center[ <img src="data:image/png;base64,#MA336-Week-4-Linear-Relationship_files/figure-html/unnamed-chunk-8-1.png" width="252" /> `\(r=0.420\)` ] ] - **Remark:** - `\(r>0\)` if all points `\((x-\bar{x}, y-\bar{y})\)` are in the 1st and the 3rd quadrants. - `\(r<0\)` if all points `\((x-\bar{x}, y-\bar{y})\)` are in the 2nd and the 4th quadrants. ??? The idea of using product is from the geometric interpretation of `\(\mathbf{u}\cdot\mathbf{v}=\lVert \mathbf{u}\rVert\lVert\mathbf{v}\rVert\cos\theta\)`. --- ## The Correlation Coefficient - Properties - The correlation coefficient `\(r\)` is between `\(-1\)` and `\(1\)`. - The closer the absolute value `\(|r|\)` is to `\(1\)`, the stronger the linear relationship is. - The correlation is symmetric in `\(x\)` and `\(y\)`, that is `CORREL(x, y)=CORREL(y, x)`. - The correlation does not change when the units of measurement of either one of the variables change. In other words, if we change the units of measurement of the explanatory variable and/or the response variable, it has no effect on the correlation (r). - The correlation by itself is not enough to determine whether a relationship is linear. It's important to graph data set before analyzing it. [See Francis Anscombe's demonstration both the importance of graphing data and and the effect of outliers on statistical properties.](https://en.wikipedia.org/wiki/Anscombe%27s_quartet) - The correlation is heavily influenced by outliers. [Try the simulation in Linear Relation (4 of 4) in Concepts in Statistics](https://courses.lumenlearning.com/wmopen-concepts-statistics/chapter/linear-relationships-4-of-4/) ??? The reason that `\(|r|\)` is less than `\(1\)` is from the [Cauchy-Schwarz inequality](https://en.wikipedia.org/wiki/Cauchy%E2%80%93Schwarz_inequality): `\((\sum XY)^2\le \sum X^2\sum Y^2\)`. --- ## Guess the Correlation Coefficient <iframe src="https://istats.shinyapps.io/guesscorr/" width="120%" height="550px" style="transform: scale(0.9)"></iframe> .footmark[ Source: https://istats.shinyapps.io/guesscorr/ ] --- ## The Correlation Coefficient - Example (1/2) Describe the relationship between Midterm 1 and Final for a sample of 10 students. .left-column[ .center[ <table class="table table-striped table-hover table-condensed" style="width: auto !important; margin-left: auto; margin-right: auto;"> <thead> <tr> <th style="text-align:center;"> Midterm1 </th> <th style="text-align:center;"> Final </th> </tr> </thead> <tbody> <tr> <td style="text-align:center;"> 72 </td> <td style="text-align:center;"> 72 </td> </tr> <tr> <td style="text-align:center;"> 93 </td> <td style="text-align:center;"> 88 </td> </tr> <tr> <td style="text-align:center;"> 81 </td> <td style="text-align:center;"> 82 </td> </tr> <tr> <td style="text-align:center;"> 82 </td> <td style="text-align:center;"> 82 </td> </tr> <tr> <td style="text-align:center;"> 94 </td> <td style="text-align:center;"> 88 </td> </tr> <tr> <td style="text-align:center;"> 80 </td> <td style="text-align:center;"> 77 </td> </tr> <tr> <td style="text-align:center;"> 73 </td> <td style="text-align:center;"> 78 </td> </tr> <tr> <td style="text-align:center;"> 71 </td> <td style="text-align:center;"> 77 </td> </tr> <tr> <td style="text-align:center;"> 81 </td> <td style="text-align:center;"> 76 </td> </tr> <tr> <td style="text-align:center;"> 81 </td> <td style="text-align:center;"> 76 </td> </tr> <tr> <td style="text-align:center;"> 63 </td> <td style="text-align:center;"> 68 </td> </tr> </tbody> </table> ] ] -- .right-column[ **Solution:** First we create a scatterplot. .center[ <img src="data:image/png;base64,#MA336-Week-4-Linear-Relationship_files/figure-html/unnamed-chunk-10-1.png" width="216" /> ] Using the Excel function `CORREL(x, y)`, we find the correlation coefficient is `\(r=0.905\)` . The `\(r\)`-value shows a **strong positive linear** relationship. ] --- ## The Correlation Coefficient - Example (2/2) .left-column[ - `\(r\)` can also be calculation by hand using the formula. `\(\dfrac{\sum z_xz_y}{n-1}\)`, where `\(z_x=\frac{x-\bar{x}}{s_x}\)` and `\(z_y=\frac{y-\bar{y}}{s_y}\)`. ] .right-column[ | Midterm1 | Final | z_x | z_y | z_xy | | -------- | -------- | -------- | -------- | ----------- | | 72 | 72 | -0.78006 | -1.06926 | 0.834087814 | | 93 | 88 | 1.50088 | 1.544483 | 2.318083715 | | 81 | 82 | 0.197484 | 0.56433 | 0.111446332 | | 82 | 82 | 0.306101 | 0.56433 | 0.172741815 | | 94 | 88 | 1.609497 | 1.544483 | 2.485839773 | | 80 | 77 | 0.088868 | -0.25246 | -0.02243591 | | 73 | 78 | -0.67145 | -0.0891 | 0.059829084 | | 71 | 77 | -0.88868 | -0.25246 | 0.224359064 | | 81 | 76 | 0.197484 | -0.41582 | -0.08211835 | | 81 | 76 | 0.197484 | -0.41582 | -0.08211835 | | 63 | 68 | -1.75761 | -1.72269 | 3.027820885 | | 79.18182 | 78.54545 |<- mean | sum -> | 9.047535876 | | 9.206717 | 6.121497 |<- stdev.s|correl -> | 0.904753588 | ] --- ## Practice: calculate correlation coefficient <iframe src="https://www.myopenmath.com/embedq2.php?id=1716&seed=2020&showansafter" width="100%" height="550px" data-external="1"></iframe> <!-- .pull-left[ The tables show a sample of 23 records on years and winning times for the 1,500 meter race in Olympic Games. - Draw a scatter plot for the data table. - Is it appropriate to study the relationship using a linear model. - Find and interpret the correlation coefficient. ] .pull-right[ .pull-left[ <table class="table table-striped table-hover table-condensed" style="width: auto !important; margin-left: auto; margin-right: auto;"> <thead> <tr> <th style="text-align:center;"> Year </th> <th style="text-align:center;"> Time </th> </tr> </thead> <tbody> <tr> <td style="text-align:center;"> 1900 </td> <td style="text-align:center;"> 246.0 </td> </tr> <tr> <td style="text-align:center;"> 1904 </td> <td style="text-align:center;"> 245.4 </td> </tr> <tr> <td style="text-align:center;"> 1908 </td> <td style="text-align:center;"> 243.4 </td> </tr> <tr> <td style="text-align:center;"> 1912 </td> <td style="text-align:center;"> 236.8 </td> </tr> <tr> <td style="text-align:center;"> 1920 </td> <td style="text-align:center;"> 241.8 </td> </tr> <tr> <td style="text-align:center;"> 1924 </td> <td style="text-align:center;"> 233.6 </td> </tr> <tr> <td style="text-align:center;"> 1928 </td> <td style="text-align:center;"> 233.2 </td> </tr> <tr> <td style="text-align:center;"> 1932 </td> <td style="text-align:center;"> 231.2 </td> </tr> <tr> <td style="text-align:center;"> 1936 </td> <td style="text-align:center;"> 227.8 </td> </tr> <tr> <td style="text-align:center;"> 1948 </td> <td style="text-align:center;"> 229.8 </td> </tr> <tr> <td style="text-align:center;"> 1952 </td> <td style="text-align:center;"> 225.1 </td> </tr> <tr> <td style="text-align:center;"> 1956 </td> <td style="text-align:center;"> 221.2 </td> </tr> </tbody> </table> ] .pull-right[ <table class="table table-striped table-hover table-condensed" style="width: auto !important; margin-left: auto; margin-right: auto;"> <thead> <tr> <th style="text-align:center;"> Year </th> <th style="text-align:center;"> Time </th> </tr> </thead> <tbody> <tr> <td style="text-align:center;"> 1960 </td> <td style="text-align:center;"> 215.60 </td> </tr> <tr> <td style="text-align:center;"> 1964 </td> <td style="text-align:center;"> 218.10 </td> </tr> <tr> <td style="text-align:center;"> 1968 </td> <td style="text-align:center;"> 214.90 </td> </tr> <tr> <td style="text-align:center;"> 1972 </td> <td style="text-align:center;"> 216.30 </td> </tr> <tr> <td style="text-align:center;"> 1976 </td> <td style="text-align:center;"> 219.20 </td> </tr> <tr> <td style="text-align:center;"> 1980 </td> <td style="text-align:center;"> 218.40 </td> </tr> <tr> <td style="text-align:center;"> 1984 </td> <td style="text-align:center;"> 212.53 </td> </tr> <tr> <td style="text-align:center;"> 1988 </td> <td style="text-align:center;"> 215.96 </td> </tr> <tr> <td style="text-align:center;"> 1992 </td> <td style="text-align:center;"> 220.12 </td> </tr> <tr> <td style="text-align:center;"> 1996 </td> <td style="text-align:center;"> 215.78 </td> </tr> <tr> <td style="text-align:center;"> 2000 </td> <td style="text-align:center;"> 212.32 </td> </tr> </tbody> </table> ] ] .footmark[Source: [suny-wmopen-concepts-statistics](https://courses.lumenlearning.com/suny-wmopen-concepts-statistics/chapter/assignment-linear-regression/)] --> --- ## Correlation v.s. Causation - Correlation is described by data from observational study. Observational studies cannot prove cause and effect which requires controlled study and rigorous inferences. - Correlation may be used to make a prediction which is probabilistic. - In a linear relationship, an `\(r\)`-value that is close to 1 or -1 is insufficient to claim that the explanatory variable causes changes in the response variable. The correct interpretation is that there is a statistical relationship between the variables. - A **lurking variable** is a variable that is not measured in the study, but affects the interpretation of the relationship between the explanatory and response variables. --- ## Example Correlation v.s. Causation (1/2) The scatterplot below shows the relationship between the number of firefighters sent to fires (x) and the amount of damage caused by fires (y) in a certain city. ![](data:image/png;base64,#Figures/scatterplot-firefigters.png) Can we conclude that the increase in firefighters causes the increase in damage? .footmark[ Source: [Causation and Lurking Variables in Concepts in Statistics for more example](https://courses.lumenlearning.com/wmopen-concepts-statistics/chapter/linear-relationships-4-of-4/) ] --- ## Example Correlation v.s. Causation (2/2) **Solution:** 1. Correlation: The more fire fighters, the more likely there is bigger damage. However the fire fighters do not cause the fire. 2. Prediction: You could predict the amount of damage by looking at the number of fire fighters present. 3. Causation: The fire fighters are unlikely the cause of the fire. 4. Lurking variable: The seriousness of the fire is a lurking variable. --- ## Practice: lurking variable <iframe src="https://www.myopenmath.com/embedq2.php?id=584887&seed=2020&showansafter" width="100%" height="550px" data-external="1"></iframe> --- class: center middle # Linear Regression --- ## The Regression Line (1/2) - The line that best summarizes a linear relationship is **the least squares regression line**. The regression line is the line with the smallest sum of squares of the errors (**SSE**). - We use the least-squares regression line to predict the value `\(\hat{y}\)` for a value of the explanatory variable `\(x\)`. - The regression line is unique and passes though `\((\bar{x}, \bar{y})\)`. The equation is given by `$$\hat{y}=m(x-\bar{x})+\bar{y}=m x+b,$$` where the slope is `$$m=\frac{\sum(x-\bar{x})(y-\bar{y})}{\sum(x-\bar{x})^2}=r\frac{s_y}{s_x}$$` and the `\(y\)`-intercept is `\(b=\bar{y}-m\bar{x}.\)` --- ## The Regression Line (2/2) - The **error of a prediction** is `$$\text{Error}=\text{Observed}-\text{Predicted}=y-\hat{y}.$$` - A prediction beyond the range of the data is called **extrapolation**. --- ## Example: Old Faithful Geyser (1/2) The following sample is taken from data about the Old Faithful geyser. 1. Study the linear relationship. 2. Find the regression line, and the predicated value and the error if the eruption time is 1.8 minutes. .pull-left[ .center[ <table class="table table-striped table-hover table-condensed" style="width: auto !important; margin-left: auto; margin-right: auto;"> <thead> <tr> <th style="text-align:center;"> eruptions </th> <th style="text-align:center;"> waiting </th> <th style="text-align:center;"> eruptions </th> <th style="text-align:center;"> waiting </th> </tr> </thead> <tbody> <tr> <td style="text-align:center;"> 3.917 </td> <td style="text-align:center;"> 84 </td> <td style="text-align:center;"> 1.75 </td> <td style="text-align:center;"> 62 </td> </tr> <tr> <td style="text-align:center;"> 4.200 </td> <td style="text-align:center;"> 78 </td> <td style="text-align:center;"> 4.80 </td> <td style="text-align:center;"> 84 </td> </tr> <tr> <td style="text-align:center;"> 1.750 </td> <td style="text-align:center;"> 47 </td> <td style="text-align:center;"> 1.60 </td> <td style="text-align:center;"> 52 </td> </tr> <tr> <td style="text-align:center;"> 4.700 </td> <td style="text-align:center;"> 83 </td> <td style="text-align:center;"> 4.25 </td> <td style="text-align:center;"> 79 </td> </tr> <tr> <td style="text-align:center;"> 2.167 </td> <td style="text-align:center;"> 52 </td> <td style="text-align:center;"> 1.80 </td> <td style="text-align:center;"> 51 </td> </tr> </tbody> </table> ] ] .pull-right[ .center[ <img src="data:image/png;base64,#MA336-Week-4-Linear-Relationship_files/figure-html/unnamed-chunk-14-1.png" width="216" /> ] ] --- ## Example: Old Faithful Geyser (2/2) **Solution:** The Scatterplot shows a linear relationship. To find the regression line, we use the Excel function `SLOPE()`. In this example, `\(m= 10.836\)`. To find `\(m\)` and use the Excel function `INTERCEPT()` to find the `\(y\)`-intercept `\(b\)`. In this example, `\(b= 33.68\)`. The equation of the line is `\(\hat{y}=10.836x + 33.68\)`. When `\(x=1.8\)`, we have `\(\hat{y}=10.836*1.8 + 33.68= 53.1848\)`. The error is `\(y-\hat{y}=51-53.1848= -2.1848\)`. That means the predication over-estimates the eruption time about -2.18 minutes. --- ## Practice: find regression line <iframe src="https://www.myopenmath.com/embedq2.php?id=902994&seed=2020&showansafter" width="100%" height="550px" data-external="1"></iframe> <!-- .pull-left[ The tables show a sample of 23 records on years and winning times for the 1,500 meter race in Olympic Games. - Is it appropriate to study the relationship using a linear model. - Find an equation of the regression. - Make a prediction of the winning time for the year 1998. - What is the residual for the year 1992. - Find and interpret the coefficient of determination. ] .pull-right[ .pull-left[ <table class="table table-striped table-hover table-condensed" style="width: auto !important; margin-left: auto; margin-right: auto;"> <thead> <tr> <th style="text-align:center;"> Year </th> <th style="text-align:center;"> Time </th> </tr> </thead> <tbody> <tr> <td style="text-align:center;"> 1900 </td> <td style="text-align:center;"> 246.0 </td> </tr> <tr> <td style="text-align:center;"> 1904 </td> <td style="text-align:center;"> 245.4 </td> </tr> <tr> <td style="text-align:center;"> 1908 </td> <td style="text-align:center;"> 243.4 </td> </tr> <tr> <td style="text-align:center;"> 1912 </td> <td style="text-align:center;"> 236.8 </td> </tr> <tr> <td style="text-align:center;"> 1920 </td> <td style="text-align:center;"> 241.8 </td> </tr> <tr> <td style="text-align:center;"> 1924 </td> <td style="text-align:center;"> 233.6 </td> </tr> <tr> <td style="text-align:center;"> 1928 </td> <td style="text-align:center;"> 233.2 </td> </tr> <tr> <td style="text-align:center;"> 1932 </td> <td style="text-align:center;"> 231.2 </td> </tr> <tr> <td style="text-align:center;"> 1936 </td> <td style="text-align:center;"> 227.8 </td> </tr> <tr> <td style="text-align:center;"> 1948 </td> <td style="text-align:center;"> 229.8 </td> </tr> <tr> <td style="text-align:center;"> 1952 </td> <td style="text-align:center;"> 225.1 </td> </tr> <tr> <td style="text-align:center;"> 1956 </td> <td style="text-align:center;"> 221.2 </td> </tr> </tbody> </table> ] .pull-right[ <table class="table table-striped table-hover table-condensed" style="width: auto !important; margin-left: auto; margin-right: auto;"> <thead> <tr> <th style="text-align:center;"> Year </th> <th style="text-align:center;"> Time </th> </tr> </thead> <tbody> <tr> <td style="text-align:center;"> 1960 </td> <td style="text-align:center;"> 215.60 </td> </tr> <tr> <td style="text-align:center;"> 1964 </td> <td style="text-align:center;"> 218.10 </td> </tr> <tr> <td style="text-align:center;"> 1968 </td> <td style="text-align:center;"> 214.90 </td> </tr> <tr> <td style="text-align:center;"> 1972 </td> <td style="text-align:center;"> 216.30 </td> </tr> <tr> <td style="text-align:center;"> 1976 </td> <td style="text-align:center;"> 219.20 </td> </tr> <tr> <td style="text-align:center;"> 1980 </td> <td style="text-align:center;"> 218.40 </td> </tr> <tr> <td style="text-align:center;"> 1984 </td> <td style="text-align:center;"> 212.53 </td> </tr> <tr> <td style="text-align:center;"> 1988 </td> <td style="text-align:center;"> 215.96 </td> </tr> <tr> <td style="text-align:center;"> 1992 </td> <td style="text-align:center;"> 220.12 </td> </tr> <tr> <td style="text-align:center;"> 1996 </td> <td style="text-align:center;"> 215.78 </td> </tr> <tr> <td style="text-align:center;"> 2000 </td> <td style="text-align:center;"> 212.32 </td> </tr> </tbody> </table> ] ] .footmark[Source: [suny-wmopen-concepts-statistics](https://courses.lumenlearning.com/suny-wmopen-concepts-statistics/chapter/assignment-linear-regression/)] --> --- ## Assessing the Fit of a Regression Line by Residuals - The prediction error is also called a **residual**. Another way to express the previous equation for error is `$$y=\hat{y}+\text{residual}.$$` - **Residual plots** are used to determine if a linear model is appropriate. - A random pattern (or no obvious pattern) indicates a good fit of a linear model. [See Assessing the Fit of a Line (2 of 4) in Concepts in Statistics for examples.](https://courses.lumenlearning.com/wmopen-concepts-statistics/chapter/assessing-the-fit-of-a-line-2-of-4/) - A "typical" error used to measure the fit of the regression is the **residual standard errors** (or **standard error of the regression**), calculated by the Excel function `STEYX()`, is `$$s_e=\sqrt{\dfrac{SSE}{n-2}},$$` where `\(SSE=\sum (y-\hat{y})^2\)` is the sum of square errors. - The smaller `\(s_e\)` is, the more accurate the prediction is. --- ## Assessing the Fit of a Regression Line by Propostion of the variation - The fit of a regression line can also be measured by the proportion of the variation in the response variable that is explained by the least-squares regression line. This proportion is known as the **coefficient of determination**. - The **total variance** is `\(SSD=\sum(y-\bar{y})^2\)` - The **explained variance** is `\(SSR=\sum(\hat{y}-\bar{y})^2\)`. - The **coefficient of determination** is `$$r^2=\dfrac{SSR}{SSD}=\dfrac{\sum(y-\bar{y})^2}{\sum(\hat{y}-\bar{y})^2}.$$` **Remark:** - The `\(r\)` in the coefficient of determination is the correlation coefficient. Equivalently, `\(r=\pm\sqrt{r^2}\)`. - The smaller the standard error, the larger the coefficient of determination: `$$r^2=1-\dfrac{SSE}{SSD}=1-\dfrac{(n-2)s_e^2}{SSD}.$$` ??? - `\(n−2\)` is the degrees of freedom. We lose two degrees of freedom because we estimate the slope and the `\(y\)`-intercept. - In a linear regression model `\(Y=\beta_0 + \beta_1 X +\epsilon\)`, even we have `\(\beta_0\)` and `\(\beta_1\)` from the population, we still need estimate the standard deviation of error. --- ## Example: Standard Error and Coefficient of Determination Find the standard error and coefficient of determination for the data of midterm1 and final. .pull-left[ .center[ <table class="table table-striped table-hover table-condensed" style="width: auto !important; margin-left: auto; margin-right: auto;"> <thead> <tr> <th style="text-align:center;"> Midterm1 </th> <th style="text-align:center;"> Final </th> </tr> </thead> <tbody> <tr> <td style="text-align:center;"> 72 </td> <td style="text-align:center;"> 72 </td> </tr> <tr> <td style="text-align:center;"> 93 </td> <td style="text-align:center;"> 88 </td> </tr> <tr> <td style="text-align:center;"> 81 </td> <td style="text-align:center;"> 82 </td> </tr> <tr> <td style="text-align:center;"> 82 </td> <td style="text-align:center;"> 82 </td> </tr> <tr> <td style="text-align:center;"> 94 </td> <td style="text-align:center;"> 88 </td> </tr> <tr> <td style="text-align:center;"> 80 </td> <td style="text-align:center;"> 77 </td> </tr> <tr> <td style="text-align:center;"> 73 </td> <td style="text-align:center;"> 78 </td> </tr> <tr> <td style="text-align:center;"> 71 </td> <td style="text-align:center;"> 77 </td> </tr> <tr> <td style="text-align:center;"> 81 </td> <td style="text-align:center;"> 76 </td> </tr> <tr> <td style="text-align:center;"> 81 </td> <td style="text-align:center;"> 76 </td> </tr> <tr> <td style="text-align:center;"> 63 </td> <td style="text-align:center;"> 68 </td> </tr> </tbody> </table> ] ] -- .pull-right[ **Solution:** In Excel we can use `STEXY()` to find the residual standard error. The residual standard errors of the regression in this example is `\(s_e\approx 2.748\)`. The correlation coefficient is `\(0.905\)`. The coefficient determination is `$$r^2=0.905^2\approx 0.819.$$` The coefficient of determination shows that `\(81.9\%\)` of the variance of final exam can be explained by this regression line. ] --- ## Practice: analyzing linear relationship <iframe src="https://www.myopenmath.com/embedq2.php?id=905035&seed=2020&showansafter" width="100vw" height="560px" data-external="1"></iframe> <!-- --- --> <!-- ## More Practice --> <!-- - [Making Predictions](https://courses.lumenlearning.com/wmopen-concepts-statistics/chapter/linear-regression-1-of-4/) --> <!-- - [Regression Equation](https://courses.lumenlearning.com/wmopen-concepts-statistics/chapter/linear-regression-3-of-4/) --> <!-- - [Residual Plots](https://courses.lumenlearning.com/wmopen-concepts-statistics/chapter/assessing-the-fit-of-a-line-2-of-4/) --> <!-- - [Coefficient of Determination](https://courses.lumenlearning.com/wmopen-concepts-statistics/chapter/assessing-the-fit-of-a-line-3-of-4/) --> <!-- - [Standard Error](https://courses.lumenlearning.com/wmopen-concepts-statistics/chapter/assessing-the-fit-of-a-line-4-of-4/) --> --- class: center middle # Lab Instructions in Excel --- ## Scatter Plots and Correlation Coefficient - To create a scatter plot, first select the data sets, and then look for `Insert Scatter(X, Y)` in the menu `Insert`-> `Charts`. - The correlation coefficient `\(r\)` can be calculated by the Excel function `correl()`. --- ## Slope, `\(y\)`-intercept, `\(r^2\)` and `\(s_e\)` - The slope of a linear regression can be calculated by the Excel function `SLOPE()`. - The `\(y\)`-intercept of a linear regression can be calculated by the Excel function `INTERCEPT()`. - The coefficient of determination can be calculated by first finding `\(r\)`, then applying the formula `r^2`. - The standard error of the regression (residual standard error) can be calculated by the Excel function `STEYX()`.