Linear Regression II & Intro to Multiple Regression

Week 5

Concepts

Linear Regression

  • how to quantify the fit of a regression line using \(R^{2}\) and \(s_{est}\)
  • using a regression line (linear model) for prediction
  • confidence intervals on model coefficients
  • testing the statistical significance of a linear regression model
  • linear regression with non-linear terms

Multiple Regression

  • the multiple regression equation
  • quantifying the fit using \(R^{2}\) and \(s_{est}\)
  • meaning of each model coefficient (weight)

Readings

We will be using the textbook Learning Statistics with R by Danielle Navarro. (pdf version) We will also be using the textbook OpenIntro Statistics.
Both are made available online, free.

Required Readings

Linear Regression

Multiple Regression

Additional supporting materials