Question

X 40 30 26 46 36 28 20 Y 154 130 84 147 158 98 71...

X 40 30 26 46 36 28 20

Y 154 130 84 147 158 98 71

The intercept of the OLS regression line for the above bivariate data is:

Question 7 options:

-6.65

-3.52

3.52

6.65

X 29 24 40 22 43 36 33
Y 46 51 42 52 41 46 46

The standard error of the estimate for the above bivariate data is:

Question 11 options:

1.08

1.18

1.28

1.38

Homework Answers

Answer #1

I used R software to solve this question.

R codes and output:

> X=c(40,30, 26, 46, 36, 28, 20)
> Y=c(154, 130, 84, 147, 158, 98, 71)
> fit=lm(Y~X)
> fit

Call:
lm(formula = Y ~ X)

Coefficients:
(Intercept) X
6.645 3.520

>
> X=c(29,24,40,22,43,36,33)
> Y=c(46,51,42,52,41,46,46)
> fit=lm(Y~X)
> summary(fit)

Call:
lm(formula = Y ~ X)

Residuals:
1 2 3 4 5 6 7
-2.009174 0.477446 -0.479740 0.472095 0.028287 1.509557 0.001529

Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 62.58677 2.03419 30.767 6.81e-07 ***
X -0.50268 0.06119 -8.214 0.000435 ***
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Residual standard error: 1.183 on 5 degrees of freedom
Multiple R-squared: 0.931, Adjusted R-squared: 0.9172
F-statistic: 67.48 on 1 and 5 DF, p-value: 0.0004353

Que.7

Intercept = 6.65

Que.11

Standard error = 1.18

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
X 40 30 26 46 36 28 20 Y 154 130 84 147 158 98 71...
X 40 30 26 46 36 28 20 Y 154 130 84 147 158 98 71 The coefficient of determination for the above bivariate data is: Question 5 options: 1. 0.66 2. 0.71 3. 0.77 4. 0.88 class 0 &U 40 40 &U 80 80 &U 120 120 &U 160 160 &U 200 freq 2 3 2 6 4 The standard deviation of the above continuous sample data is: 53.24 54.88 2834.60 3011.76
X 28 39 32 37 44 22 40 Y 94 105 88 101 116 86 106...
X 28 39 32 37 44 22 40 Y 94 105 88 101 116 86 106 The coefficient of determination for the above bivariate data is: Question 12 options: 0.85 0.88 0.91 0.95
Drive (miles) 52 71 42 46 76 48 28 55 33 36 40 8 25 25...
Drive (miles) 52 71 42 46 76 48 28 55 33 36 40 8 25 25 63 94 54 54 44 80 49 78 30 51 25 50 36 63 33 80 88 56 73 94 17 Find the mean and standard deviation of the DRIVE variable by copying that variable into the Week 1 spreadsheet.  Use the Week 4 spreadsheet to determine the percentage of data points from that data set that we would expect to be less than 25.  To...
Historically, the MBA program at Whatsamattu U. has about 40% of their students choose a Leadership...
Historically, the MBA program at Whatsamattu U. has about 40% of their students choose a Leadership major, 30% choose a Finance major, 20% choose a Marketing major, and 10% choose no major. Does the most recent class of 200 MBA students fit that same pattern or has there been a shift in the choice of majors. Using the sample of 200 students (in the data file), conduct a Chi Square Goodness of Fit test to determine if the current distribution...
While job opportunities for men and women are considerably more balanced than they were 40 years...
While job opportunities for men and women are considerably more balanced than they were 40 years ago, the career aspirations may still differ. Is there a difference in majors chosen by men and women? Using the sample of 200 MBA students (in the data file), conduct a Chi Square Test of Independence to determine if one's choice of major is independent of their gender. Use a .05 significance level. ID Gender Major Employ Age MBA_GPA BS GPA Hrs_Studying Works FT...
USING C++ The purpose of this assignment is the use of 2-dimensional arrays, reading and writing...
USING C++ The purpose of this assignment is the use of 2-dimensional arrays, reading and writing text files, writing functions, and program planning and development. You will read a data file and store all of the input data in a two dimensional array. You will perform calculations on the data and store the results in the 2 dimensional array. You will sort the array and print the results in a report. Instructions You will read in the same input file...
Bivariate Data & Probability After completing the calculation by hand in Q1 you can use Excel...
Bivariate Data & Probability After completing the calculation by hand in Q1 you can use Excel to check your answers before submitting. Q2 assesses your general understanding of probability and linear associations using Excel to analyse a large dataset. Question 1       Covariance and Correlation The table below shows a set of sample bivariate data. Calculate the covariance and correlation coefficient by completing the below table. Show all working. X Y (X - ) (Y - ) (X - )(Y -...
4) In order to determine the best-selling style of tennis rackets that are sold in State...
4) In order to determine the best-selling style of tennis rackets that are sold in State College, you have collected data from all sporting goods stores in town. A tennis racket is classified by both its head size and grip size. The Excel sheet “Sales Data Tennis Rackets” in Module 3 contains the data you collected for sales of tennis rackets. Each entry in the Excel sheet represents the sale of one tennis racket. You will have to separate your...