Simple Linear Regression & Multiple Linear Regression

Description

Tasks:

Don't use plagiarized sources. Get Your Custom Assignment on
Simple Linear Regression & Multiple Linear Regression
From as Little as $13/Page

● Simple Linear Regression:

For this assignment, we will use the dataset Salaries, which comes from the carData package.

A dataset description can be found by entering ?Salaries into R, once the carData package has

been loaded. Variables may be referred to here in the prompt slightly diff erently from how

they appear in the dataset.

● Multiple Linear Regression:

For this part of the assignment, use the same training set and the same validation set that you used

in Part I.

More detailed description of the problem is in the attachment

You will submit two files.

(1) Your write-up. This should be a PDF that includes your written answers to any questions that

ask for written answers, along with the other things asked for in the prompt.

(2) Your R Script. This is the script that you will use to write your assignment. If you use

Markdown, you’ll submit an .RMD rather than a .R file.