Question

In: Statistics and Probability

(1) Estimate a multiple regression equation with the price-earnings ratio (P/E) as the dependent variable and...

(1) Estimate a multiple regression equation with the price-earnings ratio (P/E) as the dependent variable and the following as independent variables: intercept, gross profit margin, sales growth, dummy variable for industry 1, and dummy variable for industry 2.

(2 ) Create a set of dummy variables for each of the three industries.

(3) Interpret the regression results:

(a) adjusted R-square

(b) F-statistic

(c) t-statistics for each of the coefficients

(4) Calculate a P/E ratio point estimate for a firm with the following characteristics:

(a) gross profit margin = 16%

(b) sales growth = 13%

(c) operates in the oil industry

Firm P/E Ratio Gross Profit Margin (%) Sales Growth (%) Industry
Abbott Laboratories 22.3 23.7 10.0 2
American Home Products 22.6 21.1 5.3 2
Amoco 16.7 11.0 16.5 1
Bristol Meyers Squibb Co. 25.9 26.6 9.4 2
Chevron 18.3 11.6 18.4 1
Exxon 18.7 9.8 8.3 1
General Electric Company 13.1 13.4 13.1 3
Hewlett-Packard 23.3 9.7 21.9 3
IBM 17.3 11.5 5.6 3
Merck & Co. Inc. 26.2 25.6 18.9 2
Mobil 18.7 8.2 8.1 1
Pfizer 34.6 25.1 12.8 2
Pharmacia & Upjohn, Inc. 22.3 15.0 2.7 2
Procter & Gamble Co. 5.4 14.9 5.4 3
Texaco 12.3 7.3 23.7 1
Travelers Group Inc. 28.7 17.8 28.7 3

Solutions

Expert Solution

Here I change lable of variables for my

simplicity.

The R-code for regression model is,

a=read.table("clipboard",header=F)

attach(a)

y=c(22.3,22.6,16.7,25.9 ,18.3 ,18.7,13.1,23.3,17.3,26.2,18.7,34.6,22.3,5.4,12.3,28.7)

x1=c(23.7,21.1,11,26.6,11.6,9.8,13.4,9.7,11.5,25.6,8.2,25.1,15.0,14.9,7.3,17.8)

x2=c(0.0,5.3,16.5 ,9.4,18.4 ,8.3,13.1,21.9 ,5.6 ,18.9,8.1,12.8,2.7,5.4,23.7,28.7)

x3=c(2,2,1,2,1,1,3,3,3,2,1,2,2,3,1,3)

l=lm(y~x1+x2+x3)

l

summary(l)

And the output is,

> l

Call:

lm(formula = y ~ x1 + x2 + x3)

Coefficients:

(Intercept) x1 x2 x3  

7.3862 0.7585 0.2705 -1.1533  

> summary(l)

Call:

lm(formula = y ~ x1 + x2 + x3)

Residuals:

Min 1Q Median 3Q Max

-11.2878 -2.6058 -0.3359 3.6475 7.0212

Coefficients:

Estimate Std. Error t value Pr(>|t|)

(Intercept) 7.3862 5.3544 1.379 0.19292

x1 0.7585 0.2257 3.360 0.00567 **

x2 0.2705 0.1770 1.528 0.15250

x3 -1.1533 1.7995 -0.641 0.53363

---

Signif. codes:  

0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Residual standard error: 5.52 on 12 degrees of freedom

Multiple R-squared: 0.5006, Adjusted R-squared: 0.3758

F-statistic: 4.01 on 3 and 12 DF, p-value: 0.03435

Thus here linear model is given as follows:

Gross Sales

(P/Eratio) =(0.7585)profit + (0.2705) Growth -(1.1533)Industry +7.3862

margin

Interpritation:

1)Here adjusted R-squared is 0.3758 i.e. It explained 37% variation.

Thus it is not much adequate model.

2)F-statistics has value 4.01 on 3,12 degrees of freedom.

But the value of F(0.95,3,12) is 3.49029 which is less than calculated

F. Thus we reject our null hypothesis.

Now, Given Gross profit margin is 16% and Sales Growth is 13%.

The industry is not specified as which is oil industry.

We consider the oil industry given is 1.

Then

P/Eratio = (0.7585)*(16)+(0.2705)*(13)-(1.1533)+0.3862

= 14.8854

P/E ratio point estimate for a firm with

gross profit margin = 16% sales growth = 13%

operates in the oil industry is 14.8854


Related Solutions

Today, a Company’s Price to Earnings ratio (P/E Ratio) is 10.0x. P/E = Price per Share...
Today, a Company’s Price to Earnings ratio (P/E Ratio) is 10.0x. P/E = Price per Share / Earnings per Share. Tomorrow, if new information comes out and becomes public that the product sales will triple, what do you think could be the P/E ratio tomorrow?
Estimate a multiple linear regression relationship with the U.K. stock returns as the dependent variable, and...
Estimate a multiple linear regression relationship with the U.K. stock returns as the dependent variable, and U.K. Corporate Bond yield (Interest rate), U.S. Stock Returns, and Japan Stock Returns as the independent variables using the monthly data covering the sample period 1980-2017 (Finding the determinants of U.K. stock returns). Show the estimated regression relationship Conduct a t-test for statistical significance of the individual slope coefficients at the 1% level of significance. Provide the interpretation of the significant slope estimates. Conduct...
1. The price-earnings ratio P/E is the ratio (market value of one share)/(earnings per share). If...
1. The price-earnings ratio P/E is the ratio (market value of one share)/(earnings per share). If P/E increases by 19% and the earnings per share decrease by 9%, determine the percentage change in the market value. Round your answer to the nearest percentage point. - 2. To produce each product unit, the company spends $1.75 on material and $2.95 on labor. Its total fixed cost is $9000. Each unit sells for $6.15. What is the smallest number of units that...
One measure of the value of a stock is its price to earnings ratio (or P/E...
One measure of the value of a stock is its price to earnings ratio (or P/E ratio). It is the ratio of the price of a stock per share to the earnings per share and can be thought of as the price an investor is willing to pay for $1 of earnings in a company. A stock analyst wants to know whether the P/E ratios for three industry categories differ significantly. The following data represent simple random samples of companies...
Estimate a multiple linear regression relationship with the U.K. stock returns as the dependent variable (intercept), and RBUK, U.S.
SUMMARY OUTPUT Regression Statistics Multiple R 0.727076179 R Square 0.528639771 Adjusted R Square 0.525504337 Standard Error 3.573206748 Observations 455 ANOVA df SS MS F Significance F Regression 3 6458.025113 2152.67504 168.601791 2.7119E-73 Residual 451 5758.280717 12.7678065 Total 454 12216.30583 Coefficients Standard Error t Stat P-value Lower 95% Upper 95% Lower 99.0% Upper 99.0% Intercept -0.250148858 0.359211364 -0.6963835 0.48654745 -0.9560846 0.45578693 -1.1793476 0.67904987 RBUK 0.025079378 0.023812698 1.05319345 0.29281626 -0.0217182 0.07187699 -0.0365187 0.08667745 RSUS 0.713727515 0.042328316 16.8617037 8.0578E-50 0.6305423 0.79691273 0.60423372 0.82322131...
Τhe P/E (price to earnings) ratio show us the expected price of a stock based on...
Τhe P/E (price to earnings) ratio show us the expected price of a stock based on its earnings. Investors tend to invest in a company with a high P/E ratio and buy its shares. On the other hand, reported earnings are often reconstructed by the companies by using some accounting techniques in order to attract investors. Which are those accounting techniques which can artificially help companies change the P/E ratio trend line?
The price to earnings ratio (P/E) is an important tool in financial work. A random sample...
The price to earnings ratio (P/E) is an important tool in financial work. A random sample of 14 large U.S. banks (J. P. Morgan, Bank of America, and others) gave the following P/E ratios.† 24 16 22 14 12 13 17 22 15 19 23 13 11 18 The sample mean is x ≈ 17.1. Generally speaking, a low P/E ratio indicates a "value" or bargain stock. Suppose a recent copy of a magazine indicated that the P/E ratio of...
The price to earnings ratio (P/E) is an important tool in financial work. A random sample...
The price to earnings ratio (P/E) is an important tool in financial work. A random sample of 14 large U.S. banks (J. P. Morgan, Bank of America, and others) gave the following P/E ratios.† 24 16 22 14 12 13 17 22 15 19 23 13 11 18 The sample mean is x ≈ 17.1. Generally speaking, a low P/E ratio indicates a "value" or bargain stock. Suppose a recent copy of a magazine indicated that the P/E ratio of...
Estimate the multiple linear regression equation     for the given data    1              2        &n
Estimate the multiple linear regression equation     for the given data    1              2              3               4 10             1              2               3 12            18            24             30 Estimate the multiple linear regression equation y with overparenthesis on top equals b subscript 0 plus b subscript 1 x subscript 1 plus b subscript 2 x subscript 2 for the given data x subscript 1 1 2 3 4 x subscript 2 10 1 2 3 y 12 18 24 30
a. If they are going to run a linear regression, identify which variable should be the independent variable and which should be the dependent variable in a regression equation.
In seeking to determine how influential advertising is, the management of a recently established retail chain collected data on sales revenue and advertising expenditure from its' stores over the last ten (10) weeks. The table below shows the data collected: Advertising Expenditure ($ 000) Sales ($ 000) 3 5 76 50 250 700 450 3.5 75 4 150 4.5 7 200 750 7.5 800 8.5 1,100 a. If they are going to run a linear regression, identify which variable should...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT