Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 1 (30 points) HousePrices data set is a cross-sectional data set on house prices and other features, e.g., number of bedroom, of houses in

Part 1 (30 points)

HousePrices data set is a cross-sectional data set on house prices and other features, e.g., number of bedroom, of houses in Windsor, Ontario. The data were gathered during the summer of 1987.

Use the HousePrices data to perform the following tests using Linear Regression settings:

  1. Construct a summary stat for all the variables in the HousePrices data. ( 5 points)

  1. What is the percentage of houses in the data with Driveway, Gas-Heat and Air-conditioning present? (Hint: find the mean after creating dummy variables with driveway, gasheat, and aircon variables respectively). (5 points)

  1. Construct a linear regression model to test whether number of bedrooms influence house prices. Provide a summary of the linear regression model using summary() function. (10 points)

The online quiz (Q1 to Q4) will be related to the following concepts. You do not have to respond to the following questions in the R program:

  1. How do you interpret the coefficient of Number of Bedrooms in the model?
  2. What is the null hypothesis related to the model to test the effect of number of bedrooms on house price?
  3. To infer the effect of number of bedrooms on house price, draw your conclusion based on p-value.
  4. Comment on model accuracy: R-square

  1. Construct a multiple linear regression model by including all variables as predictors of house prices (response variable) and observe the effect on the house prices. Provide a summary of the regression model using summary() function. (10 points)

Variable description of HousePrices data: A data frame containing 546 observations on 12 variables.

price: Sale price of a house.

lotsize: Lot size of a property in square feet.

bedrooms: Number of bedrooms.

bathrooms: Number of full bathrooms.

stories: Number of stories excluding basement.

driveway: Factor. Does the house have a driveway?

recreation: Factor. Does the house have a recreational room?

fullbase: Factor. Does the house have a full finished basement?

gasheat: Factor. Does the house use gas for hot water heating?

aircon: Factor. Is there central air conditioning?

garage: Number of garage places.

prefer: Factor. Is the house located in the preferred neighborhood of the city?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Summary Statistics for HousePrices Dataset Here are the percentages of houses in the dataset that have each of the specified features Driveway 7895 Gas Heat 1579 Air Conditioning 1053 Step 1 Creating ... 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

The Money Markets Handbook A Practitioners Guide

Authors: Moorad Choudhry

1st Edition

0470821507, 978-0470821503

More Books

Students also viewed these Finance questions

Question

Discuss the history of human resource management (HRM).

Answered: 1 week ago