Regression Analysis

In this exercise we first need to load some data sets available on Canvas. The below commands must be modified. A simple option is to set the working directory in R-studio by going Session - Set working directory - Choose directory``. Then the bodydata can be loaded by runningload(“bodydata”)` and similarly for the other data sets.

load("_data/birth.rdata")
load("_data/bodydata.rdata")
load("_data/mtcars.rdata")