1/20/2020
Questions from Chapter 0
Chapter 1 - Simple Linear Regression - See Sec1.1R and Sec1.2-3R
- Review of simple linear regression
- Purpose
- Functional versus statistical relationship
- Formal Model
- Method of Least Squares
- Assumptions
- Normality
- Independence
- Homogeneity of variance
- Estimation of variability about the regression line
- Residuals
- Residual = observed - predicted
- MSE
- Assessing the fit
- Residual plots (used to check assumptions)
- Plot residuals against explanatory variable and other available variables
- Construct a normal probability plot for the residuals
Examples with R
- Open p:\data\math\hartlaub\dataanalysis\Sec1.1.Rmd
- Open p:\data\math\hartlaub\dataanalysis\Sec1.2-3.Rmd
Other Examples with R (from the first edition) - use them as additional practice
- Open p:\data\math\hartlaub\dataanalysis\SimpleLinearRegression.Rmd
- Open p:\data\math\hartlaub\dataanalysis\Chapter1.Rmd
In class exercises
Please complete your reading of Chapter 1 for class on Wednesday.