Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

R program 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 198

 R program

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:

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

ii.         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)

iii.         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)

iv.         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?

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question