Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE HELP!! can someone explain how to solve these with R script in R Studio. the data sets being used are called house prices and

PLEASE HELP!! can someone explain how to solve these with R script in R Studio. the data sets being used are called "house prices" and "credit". please just explain what i need to type into the script to get the answers because i am confused! i will leave a good rating! image text in transcribed
image text in transcribed
image text in transcribed
Part 1 (30 points) House Prices 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 House Prices data to perform the following tests using Linear Regression settings: Construct a summary stat for all the variables in the House Prices data. (5 points) i. 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, gasbeat, 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) The online quiz (Q1 to 04) will be related to the following concepts. You do not have to respond to the following questions in the R program: a. How do you interpret the coefficient of Number of Bedrooms in the model? b. What is the null hypothesis related to the model to test the effect of number of bedrooms on house price? c. To infer the effect of number of bedrooms on house price, draw your conclusion based on p-value. d. Comment on model accuracy: R-square 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 House Prices data: A data frame containing 546 observations on 12 variables. price: Sale price of a house, latsize: 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? i. Part 2: (40 points) Use the Credit data to perform the following tests using Linear Regression settings: A. Perform the following steps: (20 points) Attach the Credit data to the R environment. (5 points) ii. Observe the number of rows in the Credit data. Observe the dimension of the Credit data. (5 points) Provide a summary stat for the variables in Credit data. (5 points) What is the percentage of Student in the Credit data? What is the percentage of Female in the Credit data? (5 points) I B. Construct a linear regression model as follows: (20 points) Response variable: Credit Card Bulunce (SThousands) Predictors: Credit Rating, Student, Credit Rating - Student (interaction terms) inl. iv. Provide a summary of the model using summary) function. The online quiz (QS to Q8) will be related to the following concepts. You do not have to respond to the following questions in the R program: What is the effect of Student on Credit Card Balance? Explain the coefficient in terms of how Student status effect changes in Credit Card Balance. Explain the significance level of the coefficient of Student i. ii. 1 What is the total effect of Credit Rating on Credit Card Balance for non-students? Explain the coefficient in terms of how changes in Credit Rating effect changes in Credit Card Balance for non-students. Explain the significance level of the coefficient of Credit Rating. iii. What is the total effect of Credit Rating on Credit Card Balance for students? Is the effect of Credit Rating on Credit Card Balance is significantly different for students vs. non-students? Explain results using relevance test statistics. Part 3: (30 points) Use the Credit data to perform the following tests using Linear Regression settings: Online quiz (Q9 to Q10) will be based on the results of the regressions performed below. i. Test whether Age influence Credit Card Balance (SThousands) on the basis of simple linear regression. (Provide a summary of the model using summarx) function). it. Use Age and Credit Rating as predictors of Credit Card Balance (response variable) in a multiple linear regression setting, (Provide a summary of the model using summary function). Interpret the effects of both the predictors, ii. Compare effect of Age from part(and (ii). Provide answer to this question in R Code (Seript). Part 1 (30 points) House Prices 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 House Prices data to perform the following tests using Linear Regression settings: Construct a summary stat for all the variables in the House Prices data. (5 points) i. 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, gasbeat, 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) The online quiz (Q1 to 04) will be related to the following concepts. You do not have to respond to the following questions in the R program: a. How do you interpret the coefficient of Number of Bedrooms in the model? b. What is the null hypothesis related to the model to test the effect of number of bedrooms on house price? c. To infer the effect of number of bedrooms on house price, draw your conclusion based on p-value. d. Comment on model accuracy: R-square 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 House Prices data: A data frame containing 546 observations on 12 variables. price: Sale price of a house, latsize: 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? i. Part 2: (40 points) Use the Credit data to perform the following tests using Linear Regression settings: A. Perform the following steps: (20 points) Attach the Credit data to the R environment. (5 points) ii. Observe the number of rows in the Credit data. Observe the dimension of the Credit data. (5 points) Provide a summary stat for the variables in Credit data. (5 points) What is the percentage of Student in the Credit data? What is the percentage of Female in the Credit data? (5 points) I B. Construct a linear regression model as follows: (20 points) Response variable: Credit Card Bulunce (SThousands) Predictors: Credit Rating, Student, Credit Rating - Student (interaction terms) inl. iv. Provide a summary of the model using summary) function. The online quiz (QS to Q8) will be related to the following concepts. You do not have to respond to the following questions in the R program: What is the effect of Student on Credit Card Balance? Explain the coefficient in terms of how Student status effect changes in Credit Card Balance. Explain the significance level of the coefficient of Student i. ii. 1 What is the total effect of Credit Rating on Credit Card Balance for non-students? Explain the coefficient in terms of how changes in Credit Rating effect changes in Credit Card Balance for non-students. Explain the significance level of the coefficient of Credit Rating. iii. What is the total effect of Credit Rating on Credit Card Balance for students? Is the effect of Credit Rating on Credit Card Balance is significantly different for students vs. non-students? Explain results using relevance test statistics. Part 3: (30 points) Use the Credit data to perform the following tests using Linear Regression settings: Online quiz (Q9 to Q10) will be based on the results of the regressions performed below. i. Test whether Age influence Credit Card Balance (SThousands) on the basis of simple linear regression. (Provide a summary of the model using summarx) function). it. Use Age and Credit Rating as predictors of Credit Card Balance (response variable) in a multiple linear regression setting, (Provide a summary of the model using summary function). Interpret the effects of both the predictors, ii. Compare effect of Age from part(and (ii). Provide answer to this question in R Code (Seript)

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

Options Trading For Beginners

Authors: Mike Hartley

1st Edition

979-8864514832

More Books

Students also viewed these Finance questions

Question

Talk to me Sandra said before you change a thing.

Answered: 1 week ago