a) Test the null hypothesis that, in the presence of X1 and X3, X2 contributes no use- ful information for predicting Y . Please, provide: hypotheses, test statistic, p-value (or rejection region), and conclusion. Use α = 0.05. Could X2 be removed from the model? b)b) Test the null hypothesis that, in the presence of X3 = the number of square feet of living space, the two independent variables X1 = the number of bedrooms and X2 = the number of bathrooms are insignificant predictors of Y . Please, provide: hypotheses, test statistic, p-value (or rejection region), and conclusion. Use α = 0.05.
a) Test the null hypothesis that, in the presence of X1 and X3, X2 contributes no use- ful information for predicting Y . Please, provide: hypotheses, test statistic, p-value (or rejection region), and conclusion. Use α = 0.05. Could X2 be removed from the model? b)b) Test the null hypothesis that, in the presence of X3 = the number of square feet of living space, the two independent variables X1 = the number of bedrooms and X2 = the number of bathrooms are insignificant predictors of Y . Please, provide: hypotheses, test statistic, p-value (or rejection region), and conclusion. Use α = 0.05.
MATLAB: An Introduction with Applications
6th Edition
ISBN:9781119256830
Author:Amos Gilat
Publisher:Amos Gilat
Chapter1: Starting With Matlab
Section: Chapter Questions
Problem 1P
Related questions
Question
a) Test the null hypothesis that, in the presence of X1 and X3, X2 contributes no use-
ful information for predicting Y . Please, provide: hypotheses, test statistic, p-value (or
rejection region), and conclusion. Use α = 0.05. Could X2 be removed from the model?
b)b) Test the null hypothesis that, in the presence of X3 = the number of square feet of living space,
the two independent variables X1 = the number of bedrooms and X2 = the number of bathrooms
are insignificant predictors of Y . Please, provide: hypotheses, test statistic, p-value (or
rejection region), and conclusion. Use α = 0.05.
![6. The selling prices (Y), in thousands of dollars, of 24 apartments in Edmonton, Alberta
and data on the independent variables X₁, the number of bedrooms, X₂, the number of
bathrooms, and X3, the number of square feet of living space, are recorded in the following
table:
##
## 1
## 2
## 3
## 4
## 5
## 6
## 7
Price Bedrooms Bathrooms Square_feet
62.0
## 8
## 9
57.5
62.0
60.0
70.4
68.0
64.0
70.0
71.5
## 10
74.5
## 11 72.0
## 12
63.9
## 13
56.7
## 14 61.0
## 15
61.7
## 16
67.9
## 17
75.0
## 18 81.0
## 19 83.0
## 20 81.9
## 21 75.0
## 22 70.0
## 23 66.5
## 24 78.5
3
3
3
##
## Bedrooms
## Bathrooms
3
wo wo wo wo wo wo wo
3
3
3
3
3
3
3
3
3
4
4
4
4
4
4
4
4
4
4
4
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
1.5
1.5
1.5
2.0
2.0
2.0
2.0
2.5
2.5
2.5
2.5
2.5
2.5
2.5
1570
1500
1450
1466
1500
1708
1600
1617
1700
1768
1990
1470
1470
1580
2000
2000
2000
2050
2346
2415
2200
2150
2400
2085
modC-1m (Price "Bedrooms+Bathrooms+Square_feet);
anova (modC);
Df Sum Sq Mean Sq F value
1 316.36 316.36 10.6796
1 185.27 185.27 6.2540
## Square feet 1 263.16 263.16 8.8835
## Residuals 20 592.47
29.62](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fc2397270-c13f-4cbc-8085-ef9e58d3496f%2F4f7bb703-96fc-41c6-8f80-1b875dfff594%2Fri1qcjq_processed.png&w=3840&q=75)
Transcribed Image Text:6. The selling prices (Y), in thousands of dollars, of 24 apartments in Edmonton, Alberta
and data on the independent variables X₁, the number of bedrooms, X₂, the number of
bathrooms, and X3, the number of square feet of living space, are recorded in the following
table:
##
## 1
## 2
## 3
## 4
## 5
## 6
## 7
Price Bedrooms Bathrooms Square_feet
62.0
## 8
## 9
57.5
62.0
60.0
70.4
68.0
64.0
70.0
71.5
## 10
74.5
## 11 72.0
## 12
63.9
## 13
56.7
## 14 61.0
## 15
61.7
## 16
67.9
## 17
75.0
## 18 81.0
## 19 83.0
## 20 81.9
## 21 75.0
## 22 70.0
## 23 66.5
## 24 78.5
3
3
3
##
## Bedrooms
## Bathrooms
3
wo wo wo wo wo wo wo
3
3
3
3
3
3
3
3
3
4
4
4
4
4
4
4
4
4
4
4
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
1.5
1.5
1.5
2.0
2.0
2.0
2.0
2.5
2.5
2.5
2.5
2.5
2.5
2.5
1570
1500
1450
1466
1500
1708
1600
1617
1700
1768
1990
1470
1470
1580
2000
2000
2000
2050
2346
2415
2200
2150
2400
2085
modC-1m (Price "Bedrooms+Bathrooms+Square_feet);
anova (modC);
Df Sum Sq Mean Sq F value
1 316.36 316.36 10.6796
1 185.27 185.27 6.2540
## Square feet 1 263.16 263.16 8.8835
## Residuals 20 592.47
29.62
![summary (modC);
Estimate Std. Error
38.54714637 8.336218482
t value
4.624057
-5.17269592 3.903698651 -1.325076
## Bathrooms
6.65774042 5.298320984 1.256576
## Square feet 0.01874226 0.006288257 2.980517
##
## (Intercept)
## Bedrooms
modR-1m (Price Square_feet);
anova (modR);
##
Df Sum Sq Mean Sq F value
## Square feet 1 688.25 688.25 22.633
## Residuals 22 669.00 30.41
summary (modR);
##
Estimate Std. Error t value
## (Intercept) 37.94708632 6.606324719 5.744054
## Square feet 0.01687907 0.003547935 4.757435](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fc2397270-c13f-4cbc-8085-ef9e58d3496f%2F4f7bb703-96fc-41c6-8f80-1b875dfff594%2Fzzf4axd_processed.png&w=3840&q=75)
Transcribed Image Text:summary (modC);
Estimate Std. Error
38.54714637 8.336218482
t value
4.624057
-5.17269592 3.903698651 -1.325076
## Bathrooms
6.65774042 5.298320984 1.256576
## Square feet 0.01874226 0.006288257 2.980517
##
## (Intercept)
## Bedrooms
modR-1m (Price Square_feet);
anova (modR);
##
Df Sum Sq Mean Sq F value
## Square feet 1 688.25 688.25 22.633
## Residuals 22 669.00 30.41
summary (modR);
##
Estimate Std. Error t value
## (Intercept) 37.94708632 6.606324719 5.744054
## Square feet 0.01687907 0.003547935 4.757435
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 4 steps with 67 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Recommended textbooks for you
![MATLAB: An Introduction with Applications](https://www.bartleby.com/isbn_cover_images/9781119256830/9781119256830_smallCoverImage.gif)
MATLAB: An Introduction with Applications
Statistics
ISBN:
9781119256830
Author:
Amos Gilat
Publisher:
John Wiley & Sons Inc
![Probability and Statistics for Engineering and th…](https://www.bartleby.com/isbn_cover_images/9781305251809/9781305251809_smallCoverImage.gif)
Probability and Statistics for Engineering and th…
Statistics
ISBN:
9781305251809
Author:
Jay L. Devore
Publisher:
Cengage Learning
![Statistics for The Behavioral Sciences (MindTap C…](https://www.bartleby.com/isbn_cover_images/9781305504912/9781305504912_smallCoverImage.gif)
Statistics for The Behavioral Sciences (MindTap C…
Statistics
ISBN:
9781305504912
Author:
Frederick J Gravetter, Larry B. Wallnau
Publisher:
Cengage Learning
![MATLAB: An Introduction with Applications](https://www.bartleby.com/isbn_cover_images/9781119256830/9781119256830_smallCoverImage.gif)
MATLAB: An Introduction with Applications
Statistics
ISBN:
9781119256830
Author:
Amos Gilat
Publisher:
John Wiley & Sons Inc
![Probability and Statistics for Engineering and th…](https://www.bartleby.com/isbn_cover_images/9781305251809/9781305251809_smallCoverImage.gif)
Probability and Statistics for Engineering and th…
Statistics
ISBN:
9781305251809
Author:
Jay L. Devore
Publisher:
Cengage Learning
![Statistics for The Behavioral Sciences (MindTap C…](https://www.bartleby.com/isbn_cover_images/9781305504912/9781305504912_smallCoverImage.gif)
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…](https://www.bartleby.com/isbn_cover_images/9780134683416/9780134683416_smallCoverImage.gif)
Elementary Statistics: Picturing the World (7th E…
Statistics
ISBN:
9780134683416
Author:
Ron Larson, Betsy Farber
Publisher:
PEARSON
![The Basic Practice of Statistics](https://www.bartleby.com/isbn_cover_images/9781319042578/9781319042578_smallCoverImage.gif)
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](https://www.bartleby.com/isbn_cover_images/9781319013387/9781319013387_smallCoverImage.gif)
Introduction to the Practice of Statistics
Statistics
ISBN:
9781319013387
Author:
David S. Moore, George P. McCabe, Bruce A. Craig
Publisher:
W. H. Freeman