Question

In: Statistics and Probability

Please use R to solve and explain fully Market Planning, Inc., a marketing research firm, has...

Please use R to solve and explain fully

Market Planning, Inc., a marketing research firm, has obtained the prescription sales data in the table below for n = 20 independent pharmacies.

These variables can be described precisely as follows:

y = average weekly prescription sales over the past year (in units of $1000)

x1 = floor space (in square feet)

x2= percent of floor space allocated to the prescription department

x3 = number of parking spaces available for the store

x4 = monthly per capita income for the surrounding community (in units of $100)

x5 is an independent variable that equals 1 if the pharmacy is located in a shopping center and equals 0 otherwise (x5 is called a dummy variable)

a. Output the stepwise regression of the data in this exercise. Set, both alphaentry and alphastay equal to .15. What is the final model arrived at by stepwise regression?

b. Perform a backward elimination procedure on the same data. Describe the order in which the independent variables are removed by the backward elimination procedure.

c. Is the model arrived at by backward elimination the same as the model arrived at by stepwise regression?

Pharmacy

y

x1

x2

x3

x4

x5

1

22

4900

9

40

18

1

2

19

5800

10

50

20

1

3

24

5000

11

55

17

1

4

28

4400

12

30

19

0

5

18

3850

13

42

10

0

6

21

5300

15

20

22

1

7

29

4100

20

25

8

0

8

15

4700

22

60

15

1

9

12

5600

24

45

16

1

10

14

4900

27

82

14

1

11

18

3700

28

56

12

0

12

19

3800

31

38

8

0

13

15

2400

36

35

6

0

14

22

1800

37

28

4

0

15

13

3100

40

43

6

0

16

16

2300

41

20

5

0

17

8

4400

42

46

7

1

18

6

3300

42

15

4

0

19

7

2900

45

30

9

1

20

17

2400

46

16

3

0

Solutions

Expert Solution

Answer for part (a) : Final model arrived by stepwise regression is in orange box in the below picture.

Answer for part (b) : Backward Elimination :

Order in which independent variables are removed is :

1st removed : x4

2nd removed : x3

3rd removed : x1

You can see this removal order in below picture(See step-2,step-3,step-4 respectively. You can see values for removed variables are not available.).Also the final regression model is in orange box.

Answer for part (c) : The model arrived by backward elimination and stepwise regression is same. (You can see orange boxes.)


Related Solutions

Q5. What is the role and importance of market analysis in marketing planning? (Please the Expert...
Q5. What is the role and importance of market analysis in marketing planning? (Please the Expert needs to submit a detailed answer which must be a standout in a very competitive MBA Marketing Class).
Why would a firm research the marketing infrastructure of a foreign market prior to entry? a....
Why would a firm research the marketing infrastructure of a foreign market prior to entry? a. To quantify the potential demand for the firm's products or services. b. To determine whether its prices will be competitive. c.Marketing infrastructure is more of a concern of the local partner so research ahead of market entry would generally not be required. d.To better understand the wholesale and retail sectors, local marketing regulations, and distribution options. e. Primarily to understand the role of the...
Please use R to solve this with explanation Consider the simple linear trend model. This model...
Please use R to solve this with explanation Consider the simple linear trend model. This model relates quarterly sales (y) to time period (t). a. Compute the residuals and plot them versus time. b. Does the plot suggest that the error terms are autocorrelated? Explain. c. Calculate the Durbin-Watson statistic. d. Test for positive (first-order) autocorrelation = .05. t Sales 1 21.74 2 26.41 3 26.44 4 26.40 5 23.91 6 27.06 7 26.63 8 26.98 9 28.26 10 27.87...
PLEASE USE R PROGRAMMING TO SOLVE THIS AND PASTE A COPYABLE CODE Photoresist is a light-sensitive...
PLEASE USE R PROGRAMMING TO SOLVE THIS AND PASTE A COPYABLE CODE Photoresist is a light-sensitive material applied to semiconductor wafers so that the circuit pattern can be imaged on to the wafer. After application, the coated wafers are baked to remove the solvent in the photoresist mixture and to harden the resist. Here are measurements of photoresist thickness (in kA) for eight wafers baked at two different temperatures. We want to see whether different temperatures make difference. The data...
Write on the Five-Step Marketing Research Approach detailing how you will use each step to solve...
Write on the Five-Step Marketing Research Approach detailing how you will use each step to solve the membership issue the local nonprofit charity is facing. Address the following in your role as marketing manager: Scenario: You are the marketing manager for a local nonprofit charity whose funding is based on membership fees. You've noticed a severe drop in new memberships and a decline in repeat memberships, which is threatening your organization's ability to survive and grow. You have decided to...
Debt-free, Inc., an unlevered firm, is planning to use debt in its capital structure. The firm...
Debt-free, Inc., an unlevered firm, is planning to use debt in its capital structure. The firm currently has 5,000 shares outstanding trading at $60 per share. The firm plans to sell 150 6% annual-coupon, 10-year bonds at their face values of $1,000 each and use the proceeds to repurchase some of its shares. When the bonds mature, Debt-free, Inc. plans to reissue new bonds to pay off the principal and to “roll over” its debt this way indefinitely. Assume the...
A marketing research firm has instructed its research associates to collect primary data by stopping people...
A marketing research firm has instructed its research associates to collect primary data by stopping people at a shopping mall or busy street corner and request an interview on the spot. Which contact method is being used by the researchers in this case? What probable risk may the researchers face while using this method? As a marketing researcher of a firm, you plan to conduct behavioral research to develop marketing insight. What procedure would you follow in this case? What...
1. Basic use of R/R Studio. Solve the following problem in R and print out the...
1. Basic use of R/R Studio. Solve the following problem in R and print out the commands and outputs. (a) Create a vector of the positive odd integers less than 100; Remove the values greater than 60 and less than 80; Find the variance of the remaining set of values (b) What’s the difference in output between the commands 2*1:5 and (2*1):5? Why is there a difference? (c) If you wanted to enter the odd numbers from 1 to 19...
Please use R to solve part e and f The data file data2.txt gives a data...
Please use R to solve part e and f The data file data2.txt gives a data set with two variables x and y. The first column in the data set is just row numbers not useful for this question. (e) Use the Shapiro-Wilks test to test for Normality of the data. State your null and alternative hypotheses, p-value and conclusion. Use α = 0.05 (f) Apply the transformation y 0 = log(y) and run the regression on y 0 on...
Q3. Please use R software to solve this. A confidence interval having 100(1 − α)% confidence...
Q3. Please use R software to solve this. A confidence interval having 100(1 − α)% confidence for normally distributed data is formed by y ± zα/2σ / √n. (That's actually y-bar in the expression, not y). Generate 500 records of 10 columns of normal data with mean 50 and standard deviation 10. Generate two more columns using the confidence bounds expression to give a lower and upper bound consistent with a 95% confidence interval, using each record as a sample...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT