Question
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:
- Construct a summary stat for all the variables in the HousePrices data. ( 5 points)
- 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)
- 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:
- How do you interpret the coefficient of Number of Bedrooms in the model?
- What is the null hypothesis related to the model to test the effect of number of bedrooms on house price?
- To infer the effect of number of bedrooms on house price, draw your conclusion based on p-value.
- Comment on model accuracy: R-square
- 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 ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started