Regression Analysis

In this exercise we will use birth.rdata and bodydata.rdata datasets. We can load those data as below:

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