Bivariate Linear Regression

Week 3


Concepts

Here is a list of the main concepts you should be familiar with after this week:

Linear Regression

  • equation of a line: x-intercept, y-intercept, slope
  • finding the best fit line (using equations & using R’s lm() function)
  • regression residuals
  • model coefficients
  • quantifying 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

Overview

This week we will introduce linear regression, which you might know as fitting a straight line to a set of data. In the lab this week you will work through some hands-on tasks in RStudio that illustrate correlation and regression.

  1. Work through the readings below.
  2. Review the week 3 slides
  3. Attend the lab session to go through the Lab Component of Homework 3.
  4. Complete the Home Component of Homework 3

We will use the following online textbooks:

Required Readings

Additional supporting materials