Question

The following data represent a company's yearly sales volume and its advertising expenditure over a period...

The following data represent a company's yearly sales volume and its advertising expenditure over a period of 5 years.

(Y) Sales in Advertising (X) Millions of Dollars in ($10,000)

15 32

16 33

18 35

17 34

16 36

(a) Compute the coefficient of determination for the estimated regression equation you got in the previous in-class problem.

(b) Interpret the meaning of the value of the coefficient of determination that you found in (a). Be very specific.

(c) Perform a t test and determine whether or not X and Y are related. Let = 0.05.

(d) Perform an F test and determine whether or not X and Y are related. Let = 0.05

Homework Answers

Answer #1

R Code

y= c(15,16,18,17,16)

x=c(32,33,35,34,36)

lm=lm(y~x)
summary(lm)

R result

Call:
lm(formula = y ~ x)

Residuals:
1 2 3 4 5
-6.000e-01 -9.159e-16 1.200e+00 6.000e-01 -1.200e+00

Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 2.8000 11.7881 0.238 0.828
x 0.4000 0.3464 1.155 0.332

Residual standard error: 1.095 on 3 degrees of freedom
Multiple R-squared: 0.3077,   Adjusted R-squared: 0.07692
F-statistic: 1.333 on 1 and 3 DF, p-value: 0.3318

Ans.

A) Y = 2.8+ (0.4*X)

B)

The sign of a regression coefficient tells you whether there is a positive or negative correlation between each independent variable the dependent variable. A positive coefficient indicates that as the value of the independent variable increases, the meanof the dependent variable also tends to increase. A negative coefficient suggests that as the independent variable increases, the dependent variable tends to decrease.

The coefficient value signifies how much the mean of the dependent variable changes given a one-unit shift in the independent variable while holding other variables in the model constant. This property of holding the other variables constant is crucial because it allows you to assess the effect of each variable in isolation from the others.

The coefficients in your statistical output are estimates of the actual population parameters. To obtain unbiased coefficient estimates that have the minimum variance, and to be able to trust the p-values, your model must satisfy the seven classical assumptions of OLS linear regression.

The Advertising (X) Millions of Dollars coefficient in the regression equation is 0.4. This coefficient represents the mean increase of Sales for every additional one Millions of Dollars. If Millions of Dollars increases by 1 , the average Sales increases by 0.4.

C)

cor.test(y,x)

   Pearson's product-moment correlation

data: y and x
t = 1.1547, df = 3, p-value = 0.3318
alternative hypothesis: true correlation is not equal to 0
95 percent confidence interval:
-0.6415236 0.9647999
sample estimates cor 0.5547002

Here P value is 0.3318 which is greater than 0.05 so X and Y are related.

D) By the fitting between X and Y we got,

Call:
lm(formula = y ~ x)

Residuals:
1 2 3 4 5
-6.000e-01 -9.159e-16 1.200e+00 6.000e-01 -1.200e+00

Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 2.8000 11.7881 0.238 0.828
x 0.4000 0.3464 1.155 0.332

Residual standard error: 1.095 on 3 degrees of freedom
Multiple R-squared: 0.3077,   Adjusted R-squared: 0.07692
F-statistic: 1.333 on 1 and 3 DF, p-value: 0.3318

So Here also P value is 0.3318 which is greater than 0.05 so X and Y are related.

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
The following data represent a company's yearly sales volume and its advertising expenditure over a period...
The following data represent a company's yearly sales volume and its advertising expenditure over a period of 8 years.              Sales (Millions) Advertising ($10,000) 15 32 16 33 18 35 17 34 16 36 19 37 19 39 24 42 To make sure the Excel regression package is installed. Click “Tools”, à“Add-Ins” àchoose “Analysis Toolpak” and click “OK”. To use the Excel regression package,                                                       Click “Tools”, à“Data Analysis” and click “Regression”.    f.    Use the F test to determine whether or not...
The following data represent a company's yearly sales volume and its advertising expenditure over a period...
The following data represent a company's yearly sales volume and its advertising expenditure over a period of 8 years. (Y) Sales in Millions of Dollars (X) Advertising in ($10,000) 15 32 16 33 18 35 17 34 16 36 19 37 19 39 24 42 Develop a 95% confidence interval for predicting the average sales for the years when $400,000 was spent on advertising. i. Compute the correlation coefficient. alpha=5 urgently need detailed solution please
The following data represent a company's yearly sales volume and its advertising expenditure over a period...
The following data represent a company's yearly sales volume and its advertising expenditure over a period of 8 years. Advertising (x) Sales (y) 400,000 6,000,000 500,000 7,200,000 500,000 8,000,000 660,000 7,500,000 790,000 8,900.000 540,000 8,100,000 420,000 5,900.000 380,000 4,000,000 Develop a scatter diagram of sales versus advertising. Include the trendline equation and the coefficient of determination. If the company's advertising expenditure is $315,000, what are the predicted sales? If the company wanted $9,500,000 in sales, what should the advertising budget...
In order to determine whether or not the sales volume of a company (y in millions...
In order to determine whether or not the sales volume of a company (y in millions of dollars) is related to advertising expenditures (x1 in millions of dollars) and the number of salespeople (x2), data were gathered for 10 years. Part of the Excel output is shown below. ANOVA df SS MS F Regression 321.11 Residual 63.39 Coefficients Standard Error Intercept 7.0174 1.8972 x1 8.6233 2.3968 x2 0.0858 0.1845 a. Use the above results and write the regression equation that...
Question 3: The following data shows the yearly income (in $1000) and age of a sample...
Question 3: The following data shows the yearly income (in $1000) and age of a sample of seven individuals. Income (in $1000) Age 20 18 24 20 24 23 25 34 26 24 27 27 34 27 ​ Develop the least squares regression equation. Estimate the yearly income of a 30-year old individual. Compute the coefficient of determination. Use a t test to determine whether the slope is significantly different from zero. Use level of significance as 0.05.
Suppose that a company's sales volume y (in thousands of units) is related to its advertising...
Suppose that a company's sales volume y (in thousands of units) is related to its advertising expenditures x (in thousands of dollars) according to the following. xy − 48x + 16y = 0 Find the rate of change of sales volume with respect to advertising expenditures when x = 16 (thousand dollars).
Analyzing Advertising Expenditure As a data scientist of a company, you want to analyze the following...
Analyzing Advertising Expenditure As a data scientist of a company, you want to analyze the following data collected by your company which relates the advertising expenditure A in thousands of dollars to total sales S in thousands of dollars. The following table shows this relationship: Advertising Expenditure (A) Total Sales (S) 19 325 21 329 21.5 328 23 333 23 331 26 340 27.3 341 Determine if the above relation (A, S) defines a function or not. Using Excel, draw...
Does a linear association exist between advertising expenditure and company sales? Perform the appropriate hypothesis test...
Does a linear association exist between advertising expenditure and company sales? Perform the appropriate hypothesis test using a 5% significance level. Compute the test statistic value. Parameter Estimate Standard Error Intercept 104.062 14.845 Slope 50.730 9.259 t=104.062/50.730, df=8-2=6 t=50.730/9.259, df=8-2=6 t=104.062/14.845, df=8-2=6 t=50.730/9.259, df=8-1=5 Does a linear association exist between advertising expenditure and company sales? Perform the appropriate hypothesis test using a 5% significance level. State the null and alternative hypothesis. H0: beta_1=0 vs. Ha: beta_1 not equal to 0...
Data on advertising expenditures and revenue (in thousands of dollars) for the Four Seasons Restaurant follow....
Data on advertising expenditures and revenue (in thousands of dollars) for the Four Seasons Restaurant follow. Advertising Expenditures Revenue 1 19 2 33 4 45 6 41 10 53 14 54 20 55 Let x equal advertising expenditures and y equal revenue. Complete the estimated regression equation below (to 2 decimals). =  +  x Compute the following (to 1 decimal). SSE SST SSR MSR MSE Test whether revenue and advertising expenditures are related at a .05 level of significance. Compute the F...
Marketing date on sales is presented for youtube. data are the advertising budget in thousands of...
Marketing date on sales is presented for youtube. data are the advertising budget in thousands of dollars along with the sales. The experiment has been repeated 200 times with different budgets and the observed sales have been recorded. The simple linear regression model was fitted: ## ## Call: ## lm(formula = sales ~ youtube, data = marketing) ## ## Residuals: ## Min 1Q Median 3Q Max ## -10.06 -2.35 -0.23 2.48 8.65 ## ## Coefficients: ## Estimate Std. Error t...