Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This exercise relates to the College data set, which can be found in the file College.csv (http://www-bcf.usc.edu/~gareth/ISL/data.html). It contains a number of variables for 777

This exercise relates to the College data set, which can be found in the file College.csv (http://www-bcf.usc.edu/~gareth/ISL/data.html). It contains a number of variables for 777 different universities and colleges in the US. Before reading the data into R, it can be viewed in Excel or a text editor.

This question involves the use of simple linear regression on the Auto data set.

a) Use the lm() function to perform a simple linear regression with mpg as the response and horsepower as the predictor. Use the summary() function to print the results. Comment on the output. For example:

Is there a relationship between the predictor and the response?

How strong is the relationship between the predictor and the response?

Is the relationship between the predictor and the response positive or negative?

What is the predicted mpg associated with a horsepower of 98? What are the associated 95 % confidence and prediction intervals?

b) Plot the response and the predictor. Use the abline() function to display the least squares regression line.

c) Use the hist() function to produce histogram of the residuals. Comment on the distribution of the residuals.

To save a graphic as a pdf file:

>pdf(file.pdf) >dev.off() 

Instead of pdf you may use jpeg or png.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatio Temporal Database Management International Workshop Stdbm 99 Edinburgh Scotland September 10 11 1999 Proceedings Lncs 1678

Authors: Michael H. Bohlen ,Christian S. Jensen ,Michel O. Scholl

1999th Edition

3540664017, 978-3540664017

More Books

Students also viewed these Databases questions

Question

the best managed companies will have

Answered: 1 week ago

Question

4. Explain the characteristics of successful mentoring programs.

Answered: 1 week ago