Question

4. (20 points) Enterprise Industries produces Fresh, a brand of liquid laundry detergent. In order to study the relationship

summary(model) Call: lm(formula - demand pricedif) Coefficients Estimate Std. Error t value Pr(>ltI) Intercept) 7.8141 0.0799(a) Report a point estimate of and a 95% confidence interval for the mean demand for Fresh in all sales periods when the pric

4. (20 points) Enterprise Industries produces Fresh, a brand of liquid laundry detergent. In order to study the relationship between price and demand for the large bottle of Fresh, the company has gathered data concerning demand for Fresh over the last 30 sales periods. The response variable, demand, is the demand for the large bottle of Fresh (in hundreds of thousands of bottles) in the sales period. The explanatory variable, pricedif, is the average industry price of competitors detergents in the sales period minus the price of Fresh as offered in the sales period. Use the R output given below to answer the following questions. [Hint: By default, R states C.1, and P.1. as 95% intervals]
summary(model) Call: lm(formula - demand pricedif) Coefficients Estimate Std. Error t value Pr(>ltI) Intercept) 7.8141 0.0799 97.82 0.000 pricedif 2.6652 0.2585 10.31 0.000 Residual standard error: 0.316561 on 28 degrees of freedom Multiple R-squared: 0.792,Adjusted R-squared: 0.784 F-statistic: 106.3 on 1 and 28 DF p-value: 0.000 > anova(model) Analysis of Variance Table Response: demand Df Sum Sq Mean Sq F value Pr(>F) pricedif 1 10.653 10.653 106.30 0.000 Residuals 28 2.806 0.100 > newdata -data.frame (pricedif - .1) > predict(model, newdata, interval - "confidence") fit lwr upr 8.2133 8.0806 7.9479 > predict(model, newdata, interval - "predict") fit upr 1 8.0806 7.4187 8.7425
(a) Report a point estimate of and a 95% confidence interval for the mean demand for Fresh in all sales periods when the price difference is 0.1. (b) Report a point prediction of and a 95% prediction interval for the actual demand for Fresh in an individual sales period when the price difference is 0.1 (c) Find 99% confidence and prediction intervals for the mean and individual period de- mands referred to in parts (a) and (b). Hint: Use the formulas given in class to solve for the distance value.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

a)
point estimate is fit value from output
= 8.0806

b)
point prediction remains same for prediction interval
= 8.0806

95% prediction interval is (7.4187,8.7425)

c)
margin of error for 95% prediction interval is (8.7425 - 7.4187)/2
= 0.6619

df = 28
t for 95% = t.inv.2t(0.05,28) = 2.0484

t for 99% = t.inv.2t(0.01,28) = 2.7633

hence margin of error for 99%
= 0.6619/2.0484*2.7633
= 0.8929
hence
99% PI =
(8.7425 - 0.8929 , 8.7425 + 0.8929)
= ( 7.8496 , 9.6354)

Please rate

Add a comment
Know the answer?
Add Answer to:
4. (20 points) Enterprise Industries produces Fresh, a brand of liquid laundry detergent. In order to study the relati...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Clean Industries produces Fresh, a brand of liquid laundry detergent. In order to better manage its...

    Clean Industries produces Fresh, a brand of liquid laundry detergent. In order to better manage its inventory and make revenue projections, the company would like to better predict the quantity demanded for its product. The company has gathered data concerning the quantity demanded for Fresh, along with variables believed to affect the demand for Fresh, over the last 30 sales periods. The following information was collected: Variable Description Name DEMAND sales pericd PRICE The quantity demanded for the large size...

  • Consider the demand for Fresh Detergent in a future sales period when Enterprise Industries' price for...

    Consider the demand for Fresh Detergent in a future sales period when Enterprise Industries' price for Fresh will be x1 = 3.70, the average price of competitors’ similar detergents will be x2 = 3.90, and Enterprise Industries' advertising expenditure for Fresh will be x3 = 6.50, y = the demand in hundreds of thousands of bottles. A 95 percent prediction interval for this demand is given on the following Excel add-in (MegaStat) output: 95% Confidence Interval 95% Prediction Interval Predicted...

  • Consider the demand for Fresh Detergent in a future sales period when Enterprise Industries' price for...

    Consider the demand for Fresh Detergent in a future sales period when Enterprise Industries' price for Fresh will be x1 = 3.70, the average price of competitors’ similar detergents will be x2 = 3.90, and Enterprise Industries' advertising expenditure for Fresh will be x3 = 6.50, y = the demand in hundreds of thousands of bottles. A 95 percent prediction interval for this demand is given on the following Excel add-in (MegaStat) output: 95% Confidence Interval 95% Prediction Interval Predicted...

  • Please use R program to solve with explanation. Enterprise Industries produces Fresh, a liquid landry detergent....

    Please use R program to solve with explanation. Enterprise Industries produces Fresh, a liquid landry detergent. The company wishes to study the relationship between price and demand for the large size bottle of Fresh in its sales regions. The company has gathered data (see Table) concerning demand for Fresh in 30 sales regions of equal sales potential. i = 1,2,.,30 ythe demand for the large size bottle of Fresh (in hundreds of thousand) in sales region i Xithe price (in...

  • SOLVE C & D PLEASE The following partial MINITAB regression output for the Fresh detergent data...

    SOLVE C & D PLEASE The following partial MINITAB regression output for the Fresh detergent data relates to predicting demand for future sales periods in which the price difference will be 10 Predicted Values for New Observations New Obs Fit SE Fit 1 8.1879 .1607 2 8.3020 .135 95% CI (7.8588, 8.5170) (8.0262, 8.5779) 95% PI (6.6529, 9.7228) (6.7776, 9.8264) (a) Report a point estimate of and a 95 percent confidence interval for the mean demand for Fresh in all...

  • The following partial MINITAB regression output for the Fresh detergent data relates to predictin...

    The following partial MINITAB regression output for the Fresh detergent data relates to predicting demand for future sales periods in which the price difference will be.10 Predicted Values for New Observations New Obs Flt 8.4139 2 8.4845 SE FIt 1483 125 95% CI (8.1101, 8.7177) (8.2284, 8.7407) 95% PI (6.9872, 9.8406) 7.0672, 9.9019) (a) Report a point estimate of and a 95 percant confidence interval for the mean demand for Fresh in all sales periods when the price difference is.10....

  • The following partial MINITAB regression output for the Fresh detergent data relates to predicting demand for...

    The following partial MINITAB regression output for the Fresh detergent data relates to predicting demand for future sales periods in which the price difference will be .10 Predicted Values for New Observations New Obs Fit SE Fit 8.4139 2 8.4845 1483 125 95% CI (8.1101, 8.7177) (8.2284, 8.7407) 95% Pl (6.9872, 9.8406) (7.0672, 9.9019) (a) Report a point estimate of and a 95 percent confidence interval for the mean demand for Fresh in all sales periods when the price difference...

  • The following partial MINITAB regression output for the Fresh detergent data relates to predicting demand for...

    The following partial MINITAB regression output for the Fresh detergent data relates to predicting demand for future sales periods in which the price difference will be. 10 Predicted Values for New Observations New ObsFit SE Fit 1 8 .0806 0.0648 2 8 .4804 0.0586 95% CI (7.9479, 8.2133) (8.3604, 8.6004) 95% PI (7.4187, 8.7425) (7.8209, 9.1398) Click here for the Excel Data File (a) Report a point estimate of and a 95 percent confidence interval for the mean demand for...

  • Using output given below, (a) Set-up simultaneous 95% confidence intervals for Bo and B1. (b) Set-up...

    Using output given below, (a) Set-up simultaneous 95% confidence intervals for Bo and B1. (b) Set-up a 95% confidence interval for u{5.1}= expected vo at a speed of 5.1. (c) What is the covariance between bo and by? What does it mean? OUTPUT 1, Speed Example The SAS System Obs speed vo 1 4.0 3.5 15.7 18.4 4.5 22.0 5.0 34.8 5.5 45.3 6.0 51.1 The SAS System The REG Procedure Model: MODEL 1 Dependent Variable: vo Analysis of Variance...

  • Statistical software was used to fit the model E(y)Pox1 2x2 to n 20 data points. Complete parts a...

    Section 12.3 Multiple Linear Regression: Number ONE: Statistical software was used to fit the model E(y)Pox1 2x2 to n 20 data points. Complete parts a through h EEB Click the icon to see the software output. Data Table The regression equation is Y-1738.93 - 384.54x1 517.39x2 Predictor Constant X1 X2 Coef 1738.93 - 384.54 -517.39 SE Coef 369.06 101.65 - 3.78 0.002 353.04 - 1.47 0.162 4.71 0.000 s-172.003 R-sq-55.0% R-sq(adj):49.0% Analysis of Variance MS Source Regression Residual Error 17...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT