Interpreting Credit Spread
A corporate bond yield is made up of the benchmark yield and the... Read More
The intercept term is defined as the value of the dependent variable when the independent variables are zero. On the other hand, each slope coefficient is the estimated change in the value of the dependent variable for a one-unit change in the value of the respective independent variable, keeping the other independent variables constant. Slope coefficients are also called partial slope coefficients.
Consider the multiple regression of the price of USDX on inflation rates and real rates of interest:
$$P=81-276INF+902IR$$
Where:
The regression equation is interpreted as follows:
The intercept term of 81 implies that the price of USDX is $81 when both the inflation rate and real interest rate are 0.
A 1% increase in the inflation rate leads to a $276 decrease in the price of USDX, keeping real interest rates constant. On the other hand, a 1% increase in the real interest rate leads to a $902 increase in the price of USDX, keeping the inflation rate constant.
A p-value is the smallest significance level \((\alpha)\) at which we reject the null hypothesis \((H_{0})\). In other words, a p-value quickly allows us to establish if an independent variable is significant at a significance level such as 5%.
A p-value below 0.05 indicates a significant result. The null hypothesis \(H_0\) should be rejected when the p-value \(< 0.05\). The following table illustrates two-tailed p-values, which is what we will be concentrating on throughout these readings (except for F-tests, which are one-sided tests).
Consider the following multiple regression results of the price of USDX versus inflation rate and real interest rate.
$$\small{\begin{array}{l|c|c|c|c}{}& \textbf{Coefficients} & \textbf{Standard Error} & \textbf{t-statistic} & \textbf{p-value}\\ \hline\text{Intercept} & 81 & 7.9659 & 10.1296 & 0.0000\\ \hline\text{Inflation rates} & -276 & 233.0748 & -1.1833 & 0.2753\\ \hline\text{Real interest rates} & 902 & 279.6949 & 3.2266 & 0.0145\\ \end{array}}$$
The above results imply that the real interest rate is statistically significant at the 5% level. This is because the p-value, 0.0145, is less than 0.05.
On the other hand, real inflation rate is not significant. This can be seen be corroborated by the high standard error, low t-statistic, and relatively high p-value above 0.05.
Question
Adil Suleman, CFA, wishes to establish the possible drivers of a company’s percentage return on capital (ROC). Suleman identifies performance measures such as the profit margin (%), sales, and debt ratio as possible drivers of ROC. He obtains the following results from the regression of ROC on profit margin (%), sales, and the debt ratio.
$$ \textbf{Exhibit 1: Summary Output} $$
$$\small{\begin{array}{|l|l|l|l|l|l|}\hline{}& \textbf{Coefficients} & \textbf{Standard Error} & \textbf{t-statistic} & \textbf{p-value} \\ \hline\text{Intercept} & 8.6531 & 0.9174 & 9.4323 & 0.0000 \\ \hline \text{Sales} & 0.0009 & 0.0005 & 1.7644 & 0.0922\\ \hline\text{Debt ratio} & 0.0229 & 0.0165 & 1.3880 & 0.1797 \\ \hline\text{Profit margin (%)} & 0.2996 & 0.0564 & 5.3146 & 0.0000\\ \hline\end{array}}$$
Which of the independent variables is (are) most likely statistically significantly different from zero at the 5% significance level, assuming the sample size is 25?
A. Profit margin.
B. Sales and profit margin.
C. Sales and debt ratio.
Solution
The correct answer is A.
An independent variable is statistically significant if its p-value is less than the significance level, in this case, 5%, or 0.05. Therefore, only the profit margin is statistically significantly different from zero at the 5% significance level.
Reading 2: Multiple Regression
LOS 2 (b) Interpret estimated regression coefficients and their p-value.