2. Is there an association between square footage and asking price? Describe the association in terms of direction , form , and strength in context .

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
100%
2. Is there an association between square footage and asking price? Describe the association in terms of direction , form , and strength in context .
footage<-c(1561,1818,1421,1488,1356,1430,1881,1253,1300,1500,1806,1777,1995)
price<-c(425,489,379,499,299,380,560,429,524.9,429.9,580,459,665)
xyplot(price-footage,
xlab
"square Footage",
ylab="Asking price($000)",
type=c("p","r"))
Transcribed Image Text:footage<-c(1561,1818,1421,1488,1356,1430,1881,1253,1300,1500,1806,1777,1995) price<-c(425,489,379,499,299,380,560,429,524.9,429.9,580,459,665) xyplot(price-footage, xlab "square Footage", ylab="Asking price($000)", type=c("p","r"))
600
500
400
300
1400
1600
1800
2000
square Footage
cor(price, footage)
## [1] 0.7088847
pricemodel<-1m(price~footage)
msummary(pricemodel)
Estimate Std. Error t value Pr(> |t|)
##
## (Intercept)
## footage
21.14411 136.31449
0.155 0.87954
0.28388
0.08516 3.333 0.00667 **
#2#
## Residual standard error: 71.64 on 11 degrees of freedom
## Multiple R-squared: 0.5025, Adjusted R-squared: 0.4573
## F-statistic: 11.11 on 1 and 11 DF, p-value: 0.006671
Asking price($000)
Transcribed Image Text:600 500 400 300 1400 1600 1800 2000 square Footage cor(price, footage) ## [1] 0.7088847 pricemodel<-1m(price~footage) msummary(pricemodel) Estimate Std. Error t value Pr(> |t|) ## ## (Intercept) ## footage 21.14411 136.31449 0.155 0.87954 0.28388 0.08516 3.333 0.00667 ** #2# ## Residual standard error: 71.64 on 11 degrees of freedom ## Multiple R-squared: 0.5025, Adjusted R-squared: 0.4573 ## F-statistic: 11.11 on 1 and 11 DF, p-value: 0.006671 Asking price($000)
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar 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