Load any R Packages you may need library(mosaic) library(tidyverse) library(moderndive) The house_prices dataset from the moderndive R package contains data on over 21,000 houses from King County, WA. Because the most important piece of information for anyone on the market for a home is the price of the home, we’ll treat price as our outcome (y) variable. 1

MATLAB: An Introduction with Applications
6th Edition
ISBN:9781119256830
Author:Amos Gilat
Publisher:Amos Gilat
Chapter1: Starting With Matlab
Section: Chapter Questions
Problem 1P
icon
Related questions
Question

# Load any R Packages you may need
library(mosaic)
library(tidyverse)
library(moderndive)

The house_prices dataset from the moderndive R package contains data on over 21,000 houses from King County, WA. Because the most important piece of information for anyone on the market for a home is the price of the home, we’ll treat price as our outcome (y) variable.

1

Construct a scatterplot of the house price (y) versus the number of bedrooms per house (x). Describe the relationship between these variables (direction, strength, form, unusual features).

# Paste your code here

2

Fit a linear regression model of price (y) as a function of bedrooms (x). Report the regression table, and interpret the estimated coefficient for bedrooms (i.e., the slope of the regression line).

# Paste your code here

3

For a multiple regression model of price (y) as a function of both bedrooms (x1) and sqft_living (x2 - see the help page for the definition of this variable). Report the regression table, and interpret the estimated coefficient for bedrooms.

Expert Solution
Step 1

Given information:

The dataset is given from the R library.

steps

Step by step

Solved in 4 steps with 6 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
MATLAB: An Introduction with Applications
MATLAB: An Introduction with Applications
Statistics
ISBN:
9781119256830
Author:
Amos Gilat
Publisher:
John Wiley & Sons Inc
Probability and Statistics for Engineering and th…
Probability and Statistics for Engineering and th…
Statistics
ISBN:
9781305251809
Author:
Jay L. Devore
Publisher:
Cengage Learning
Statistics for The Behavioral Sciences (MindTap C…
Statistics for The Behavioral Sciences (MindTap C…
Statistics
ISBN:
9781305504912
Author:
Frederick J Gravetter, Larry B. Wallnau
Publisher:
Cengage Learning
Elementary Statistics: Picturing the World (7th E…
Elementary Statistics: Picturing the World (7th E…
Statistics
ISBN:
9780134683416
Author:
Ron Larson, Betsy Farber
Publisher:
PEARSON
The Basic Practice of Statistics
The Basic Practice of Statistics
Statistics
ISBN:
9781319042578
Author:
David S. Moore, William I. Notz, Michael A. Fligner
Publisher:
W. H. Freeman
Introduction to the Practice of Statistics
Introduction to the Practice of Statistics
Statistics
ISBN:
9781319013387
Author:
David S. Moore, George P. McCabe, Bruce A. Craig
Publisher:
W. H. Freeman