QM 3 – Model Misspecification
Every regression result you will ever read rests on two design choices that were made before a single coefficient was estimated: which variables were allowed into the equation, and what algebraic shape the relationship was forced to take. Together those two choices are the model specification. Get them right and the standard machinery of t-statistics, F-statistics and confidence intervals means what it claims to mean. Get them wrong and the same machinery produces confident-looking output that is simply not trustworthy.
This reading is about the ways specification goes wrong, the statistical damage each way does, the tests that expose it, and the repairs available. The four topics ahead are omitted variables and the related functional-form failures, heteroskedastic errors, serially correlated errors, and multicollinear regressors. It is worth noticing at the outset that the first topic causes the other three as often as not. A model that leaves out something important, or that squeezes a curved relationship into a straight line, frequently announces the fact through non-constant error variance or correlated residuals. Diagnosis therefore runs in both directions: a failed assumption test is evidence of a specification problem, and a specification problem is the first place to look when a test fails.
Five principles for building the model in the first place
Before turning to failures, it helps to have a short standard for what good looks like. The curriculum sets out five principles.
| Principle | What it requires in practice |
|---|---|
| Grounded in economic reasoning | You should be able to give an economic argument for why each chosen variable belongs in the equation. |
| Parsimonious | Every variable that survives into the final model must earn its place by playing an essential role. |
| Performs well out of sample | A model that explains only the particular dataset it was trained on is overfit and will not travel. |
| Appropriate functional form | Where the relationship is expected to be nonlinear, the equation has to carry the nonlinear terms that capture it. |
| Satisfies the regression assumptions | If heteroskedasticity, serial correlation or multicollinearity turns up, the variables or the functional form need revising. |
The last principle is the bridge to the rest of this reading. The diagnostics that follow are how you find out whether it has been met.
Specification choices that are easy to overlook
Two further choices belong under the specification heading even though they are treated in detail elsewhere. The first is how to formulate a regressor that is qualitative rather than numeric. Industry membership, investment-grade status or whether a quarter fell in a recession cannot enter an equation as a raw category; they enter as indicator variables coded one or zero. The second is what to do when the dependent variable itself is qualitative, for example a company either defaults or does not. Ordinary least squares is the wrong tool for a binary outcome, and a logistic regression, which models the log odds of the event, is the correct specification instead.
A third strand of diagnostic work sits alongside the four covered here. Instead of asking whether the equation is correct, it asks whether a small number of observations are doing most of the work. That analysis of influence looks for high-leverage points, where an independent variable takes an extreme value, and for outliers, where the dependent variable does. Detecting such influential data points matters because a single observation can drag a fitted line a long way. Influence analysis, qualitative regressors and logistic regression are the subject of the next learning module; this one stays with the four classical assumption failures.
Functional form can fail in four recognised ways, and the first of them is the most damaging. Omitted variable bias is the distortion that follows when a genuinely important independent variable is left out of the equation.
Suppose the relationship in the world is described by two regressors:
and suppose the analyst estimates only:
What happens next depends entirely on one thing: whether the missing regressor is correlated with the one that was kept.
Case one: the omitted variable is uncorrelated with the included one
If the two regressors are unrelated, the part of the true equation attributable to the dropped variable has nowhere to go except into the error term. The residual in the estimated model effectively becomes the following:
That composite residual will not have an expected value of zero, and depending on how the dropped variable behaves it will not be independent and identically distributed either. The consequence is a biased estimate of the intercept. The slope on the retained variable, however, is still estimated correctly, because the contaminating term carries no information about it. This is the milder of the two cases.
Case two: the omitted variable is correlated with the included one
Now the damage spreads. Because the missing variable has been pushed into the error term, and because it moves with the retained regressor, the error term is correlated with a regressor. That correlation breaks a foundational condition of least squares. The estimated slope, the estimated intercept and the residuals are all wrong, and the coefficient estimates are not merely biased but inconsistent, meaning that collecting more data does not cure them. Worse for the analyst reading the output, the estimated standard errors are inconsistent too, so the t-statistics and P-values printed beside the coefficients cannot be used to test anything at all.
The practical signature of an omitted variable is that the residuals from the fitted model retain a visible relationship with something outside the model. Residuals from a correctly specified regression should look like noise when plotted against any candidate variable. When they instead line up along a slope, the candidate belongs in the equation.
A junior analyst at a precious metals firm is asked to model the link between gold returns and shifts in equity market volatility, because the house view is that volatility will rise over the next six months. The analyst gathers 32 months of gold returns (GOLD) and changes in the CBOE VIX Index (VIX), regresses GOLD on VIX, and prepares two scatterplots: gold returns against VIX changes, and the regression residuals against gold returns.
The analyst is then handed a two-factor model for the excess returns of precious metals Portfolio A, estimated as PORTAi = b0 + b1X1i + b2X2i + εi, with the output below. Adjusted R2 is 43%, and the overall F-test rejects the null that both slope coefficients are zero.
| Variable | Coefficient | Standard error | t-statistic | P-value |
|---|---|---|---|---|
| Intercept | 0.013 | 0.005 | 2.671 | 0.009 |
| X1, Factor 1 | 1.896 | 0.208 | 9.111 | 0.000 |
| X2, Factor 2 | 0.170 | 0.186 | 0.916 | 0.361 |
Asked whether excess market return (MKTRF) should be added, the analyst plots the residuals of this model against MKTRF. The plotted relationship is fitted by y = 1.0225x − 0.0118 with R2 of 0.6474.
Omitting a variable is only the first of four functional-form failures. The remaining three are more subtle because the variables involved are all present; it is the way they have been expressed or assembled that is wrong. The table below sets out all four together with the assumption violation each tends to produce.
| Failure | What has gone wrong | Typical consequence |
|---|---|---|
| Omitted variables | One or more variables that matter never enter the equation. | May lead to heteroskedasticity or serial correlation |
| Inappropriate form of variables | A nonlinear link between the dependent and an independent variable is fitted as a straight line. | May lead to heteroskedasticity |
| Inappropriate variable scaling | One or more variables need a transformation before the equation is estimated. | May lead to heteroskedasticity or multicollinearity |
| Inappropriate data pooling | Observations from samples that do not belong together are combined into one dataset. | May lead to heteroskedasticity or serial correlation |
Note how often the consequence column names one of the three assumption violations covered later in this lesson. Specification errors and assumption failures are two views of the same problem.
Using the wrong form of a variable
The second failure is fitting a straight line through a relationship that is not straight. Before specifying an equation, ask whether economic theory suggests curvature, and confirm by plotting the data. A useful diagnostic is to check whether the relation straightens out once one of the variables is expressed as a proportional change rather than a level. When it does, taking the natural logarithm of that variable is the correction: the logarithm converts a proportional relationship into a linear one, which is exactly the shape least squares is built to estimate.
Using unscaled data where scaled data belong
The third failure arises when raw figures are used and comparability demands normalised ones. Analysts run into this constantly when comparing companies of different sizes. A regression using absolute currency amounts across firms whose revenue differs by two orders of magnitude is measuring size as much as anything else. The familiar answer in financial analysis is the common-size statement, which restates each line item as a proportion of a base such as total revenue or total assets. Common-size figures make profitability, leverage and efficiency directly comparable across a peer group, and the same logic applies inside a regression.
Pooling samples that do not belong together
The fourth failure is combining data from periods or populations that follow different processes. The usual culprit is a structural break inside the sample window: a change in government regulation, or a regime shift from a quiet volatility environment to a turbulent one. Data of this kind betray themselves in a scatterplot as two or more separate clusters, widely spaced and each showing little internal correlation, because the cluster means sit far apart. A line fitted through the whole cloud passes through neither group.
The remedy is not to fit a compromise. When the available observations clearly fall into distinguishable subsamples, the analyst should estimate the model on whichever subsample best matches the conditions expected over the forecast period, and accept the smaller sample size as the price of relevance.
Linear regression assumes that the variance of the errors is the same for every observation. Errors with that property are homoskedastic. When the variance instead differs from observation to observation, the errors are heteroskedastic, and the assumption is violated.
Heteroskedasticity is common in financial data and its sources are largely the specification failures of the previous two sections: variables left out, a functional form that does not match the relationship, and transformations that were needed and not applied. Extreme values of an independent variable can also produce it.
Unconditional heteroskedasticity
The first variety is unconditional. Here the error variance changes across observations but is not correlated with any of the independent variables in the regression. This still violates the assumption, but it is the benign case: it creates no major problem for statistical inference, and an analyst who finds only unconditional heteroskedasticity can proceed with the usual tests.
Conditional heteroskedasticity
The second variety is the one that matters. Conditional heteroskedasticity means the error variance is correlated with, that is conditional on, the values taken by the independent variables. Panel B of Figure 2 is exactly this case. It damages inference in two places at once.
- The overall F-test becomes unreliable. Under conditional heteroskedasticity the mean squared error is a biased estimator of the true population variance, and the F-statistic for the significance of the regression as a whole is built on it.
- The individual t-tests become unreliable. Heteroskedasticity introduces bias into the estimators of the coefficient standard errors, so the denominators of the t-statistics are wrong.
The direction of the error is what makes this dangerous rather than merely inconvenient. With financial data the standard errors are typically underestimated. A t-statistic is a coefficient divided by its standard error, so a standard error that is too small produces a t-statistic that is too large. The analyst then finds significant relationships where none exists and commits Type I errors, rejecting a null hypothesis that is in fact true, more often than the stated significance level implies. In other words, conditional heteroskedasticity does not make a model look weak. It makes a weak model look strong.
Plotting residuals against each regressor is a reasonable first look, and it is what most analysts do. But eyes disagree, and a formal test does not. The Breusch–Pagan test is the standard diagnostic in financial analysis for conditional heteroskedasticity, and its logic is easy to hold in your head once you see the three steps laid out.
Step 2 is where the intuition lives. The squared residual of an observation is a crude estimate of the error variance at that observation. Regress those squared residuals on the original regressors:
If the errors are conditionally heteroskedastic, each squared residual carries information about the regressors, because the regressors are what drive the variance. The auxiliary regression will then explain a meaningful share of the variation in the squared residuals and its R-squared will be large. If the errors are homoskedastic, the auxiliary regression explains nothing and its R-squared is near zero.
The statistic is approximately chi-square distributed with k degrees of freedom, k being the number of independent variables in the original Step 1 regression. The null hypothesis is that all the slope coefficients in the auxiliary regression are zero, which is to say that the squared residuals are unrelated to the regressors and there is no conditional heteroskedasticity. The alternative is that at least one of them is non-zero. Because only a large statistic counts as evidence, this is a one-tailed test on the right side of the distribution.
An analyst uses 10 years of monthly data, so 120 observations, to measure the factor exposures of Stock XYZ excess returns using the Fama–French three-factor model. The regressors are the excess market return (MKTRF), the size factor (SMB) and the value factor (HML). Panel A reports the regression, Panel B the Breusch–Pagan test on its residuals.
| Fit measure | Value |
|---|---|
| Multiple R | 0.9375 |
| R-Squared | 0.8788 |
| Adjusted R-Squared | 0.8757 |
| Standard Error | 0.0246 |
| Observations | 120 |
| Component | Degrees of freedom | Sum of squares | Mean square | F | Significance of F |
|---|---|---|---|---|---|
| Regression | 3 | 0.5074 | 0.1691 | 280.4951 | 0.0000 |
| Residual | 116 | 0.0699 | 0.0006 | ||
| Total | 119 | 0.5773 |
| Variable | Coefficient | Standard error | t-statistic | P-value |
|---|---|---|---|---|
| Intercept | −0.0026 | 0.0024 | −1.0735 | 0.2853 |
| MKTRF | 1.2414 | 0.0601 | 20.6419 | 0.0000 |
| SMB | 1.0953 | 0.1042 | 10.5147 | 0.0000 |
| HML | −0.1065 | 0.0872 | −1.2205 | 0.2248 |
| Item | Value |
|---|---|
| BP test statistic | 13.40264 |
| P-value | 0.00038 |
Once conditional heteroskedasticity is confirmed, the simplest and most widely used repair is to recompute the coefficient standard errors using a formula that does not assume constant error variance. These are robust standard errors, also called heteroskedasticity-consistent standard errors or White-corrected standard errors. Every serious statistical package produces them on request, and using them should be routine.
The key point about the correction is what it leaves alone. The estimated coefficients do not move at all. Only the standard errors are replaced, and with them the t-statistics and P-values that depend on them. The correction is a repair to the inference, not to the fit.
The three-factor regression from Example 2 is re-run with standard errors corrected for conditional heteroskedasticity.
| Variable | Coefficient | Standard error | t-statistic | P-value |
|---|---|---|---|---|
| Intercept | −0.0026 | 0.0021 | −1.2347 | 0.2194 |
| MKTRF | 1.2414 | 0.0910 | 13.6483 | 0.0000 |
| SMB | 1.0953 | 0.1111 | 9.8605 | 0.0000 |
| HML | −0.1065 | 0.1015 | −1.0488 | 0.2965 |
An intern presents three multiple regressions, A, B and C, each using various ESG factors to explain stock returns. A junior analyst is asked to examine them for heteroskedasticity, and plots the residuals of each against the relevant factor. The residuals of Model A fan inwards sharply as X1 rises. The residuals of Model B show no pattern at all. The residuals of Model C fan outwards sharply, and not in a straight-sided way, as X3 rises. Breusch–Pagan tests are also run.
| Model | BP test statistic | P-value |
|---|---|---|
| A | 7.183 | 0.0072 |
| B | 0.035 | 0.8523 |
| C | 29.586 | 0.0001 |
Model A: 0.0072 is below 0.05, so the residuals are heteroskedastic.
Model B: 0.8523 is far above 0.05, so the residuals are homoskedastic.
Model C: 0.0001 is below 0.05, so the residuals are heteroskedastic.
The formal tests agree with the three scatterplots in every case, which is reassuring but not guaranteed.
The third assumption failure concerns a different property of the errors. Multiple regression assumes the errors of different observations are uncorrelated with one another. When they are correlated across observations, the errors are serially correlated, and the phenomenon is equally often called autocorrelation.
Serial correlation is above all a time-series problem, because time-ordered observations are the natural setting for one period to leave a trace in the next. It can also appear in panel data, which combines a cross-section with a time dimension. It does not usually trouble a pure cross-section, where there is no meaningful ordering of the observations.
Positive and negative, and why order matters
Serial correlation comes in two signs. Under positive serial correlation, a positive residual in one period makes a positive residual in the following period more likely, and equally a negative residual makes another negative residual more likely. The visual result is a residual series that drifts in long, stable runs on one side of zero before crossing over. Under negative serial correlation the opposite holds: a positive residual raises the odds of a negative residual next, so the series flips sign repeatedly and looks jagged.
Positive serial correlation is much the more common of the two in practice, and the analysis usually assumes first-order serial correlation, meaning correlation between adjacent observations only. In a time series that amounts to saying the sign of the residual tends to persist from one period into the next.
Consequences, and the one case that is genuinely serious
The main damage serial correlation does is to the estimated standard errors of the coefficients. Whether it also damages the coefficients themselves depends on a single structural feature of the model: whether any regressor is a lagged value of the dependent variable.
| Is an independent variable a lagged value of the dependent variable? | Coefficient estimates invalid? | Standard error estimates invalid? |
|---|---|---|
| No | No | Yes |
| Yes | Yes | Yes |
Without a lagged dependent variable the parameter estimates stay consistent and need no adjustment; only the standard errors do. With one, serial correlation in the error term makes every parameter estimate inconsistent, which is to say an invalid estimate of the true parameter.
Taking the common case of positive serial correlation without a lagged dependent variable, two things go wrong with the statistics. First, the F-statistic tends to be inflated, because the mean squared error understates the population error variance. Second, the coefficient standard errors are typically underestimated, so the t-statistics are inflated. The consequence is identical to the heteroskedastic case: more Type I errors, and a model that looks better than it is. This symmetry is worth memorising, because examiners test it. Conditional heteroskedasticity and positive serial correlation both deflate standard errors and both inflate t-statistics.
There is also an economic reading of the finding. A serially correlated time series is by construction partly predictable. If asset prices exhibited such a pattern, investors would identify it and trade on it until the pattern disappeared, which is the direct implication of the efficient market hypothesis. Under even weak-form efficiency, then, serial correlation should not be present in financial market data, and its appearance is worth investigating as information rather than merely patching.
Two tests dominate. The Durbin–Watson test measures autocorrelation by comparing the squared differences between successive residuals with the sum of the squared residuals. It is familiar and easy to compute, but it carries a real limitation: it tests only for first-order serial correlation, so a model whose errors are correlated at a lag of four quarters or twelve months can pass it comfortably.
The Breusch–Godfrey test is the more robust alternative because it can detect autocorrelation up to any pre-designated order p, that is, correlation between the error in period t and the error in period t minus p. Its structure closely mirrors the Breusch–Pagan test: estimate the model you care about, save the residuals, then run an auxiliary regression on them.
Notice the difference from the heteroskedasticity test. There, the dependent variable of the auxiliary regression was the squared residual and the regressors were unchanged. Here the dependent variable is the residual itself, and the original regressors are joined by one or more lagged residuals. The question being asked is whether last period residual helps predict this period residual once the regressors have had their say.
The hypotheses follow directly. The null is that the coefficients on the lagged residuals are zero, so there is no serial correlation in the residuals up to lag p. The alternative is that the correlation at a minimum of one lag is different from zero, meaning autocorrelation is present at or below the order tested. Under the null, the statistic follows an approximate F distribution with n minus p minus k minus 1 and p degrees of freedom, p being the count of lags included and k the count of regressors in the original equation. Statistical packages report this F-statistic and its P-value directly, so in practice you compare the P-value with your chosen significance level, or the statistic with the critical F-value.
Correcting for serial correlation
As with heteroskedasticity, the standard fix adjusts the standard errors rather than the coefficients. The adjusted quantities travel under several names: serial-correlation consistent standard errors, serial correlation and heteroskedasticity adjusted standard errors, Newey–West standard errors, and simply robust standard errors. A practical advantage is that these methods repair conditional heteroskedasticity at the same time, which is why one correction can be applied when both problems are suspected. Under the hood they replace the estimated matrix of variances and covariances with a version whose consistency does not depend on either constant error variance or independent errors.
Two cautions are worth carrying away. The correction does not remove the serial correlation from the residuals; it only makes the standard errors account for it. And a model that needs the correction may be telling you something more useful than the correction itself, namely that a variable is missing or that the functional form is wrong.
An analyst assesses the sensitivity of quarterly changes in GDP to changes in personal consumption expenditures (CONS), using 30 years of quarterly data. Panel A gives the ordinary least squares output and Panel B the Breusch–Godfrey result.
| Fit measure | Value |
|---|---|
| Multiple R | 0.946 |
| R Squared | 0.896 |
| Adjusted R Squared | 0.895 |
| F-statistic | 1023.0 |
| Probability of the F-statistic | 0.000 |
| Observations | 121 |
| Variable | Coefficient | Standard error | t-statistic | P-value | Lower 95% | Upper 95% |
|---|---|---|---|---|---|---|
| Intercept | 0.0991 | 0.050 | 1.974 | 0.051 | 0.000 | 0.198 |
| CONS | 0.8696 | 0.027 | 31.990 | 0.000 | 0.816 | 0.923 |
| Test | Test statistic | P-value |
|---|---|---|
| F-test | 23.6113 | 0.0230 |
The regression is re-run with robust standard errors, giving the corrected output below.
| Fit measure | Value |
|---|---|
| Multiple R | 0.946 |
| R Squared | 0.896 |
| Adjusted R Squared | 0.895 |
| F-statistic | 591.0 |
| Probability of the F-statistic | 0.000 |
| Observations | 121 |
| Variable | Coefficient | Standard error | t-statistic | P-value | Lower 95% | Upper 95% |
|---|---|---|---|---|---|---|
| Intercept | 0.0991 | 0.058 | 1.701 | 0.091 | −0.016 | 0.214 |
| CONS | 0.8696 | 0.036 | 24.310 | 0.000 | 0.799 | 0.940 |
A senior analyst provides Breusch–Godfrey F-statistics for four estimated models, together with the numerator and denominator degrees of freedom for each, and asks for a conclusion at the 5% significance level.
| Model | Breusch–Godfrey F-statistic | Degrees of freedom | Critical F-value | Evidence of serial correlation? |
|---|---|---|---|---|
| A | 5.1634 | 4, 13 | 3.1791 | Yes |
| B | 22.0560 | 6, 15 | 2.7905 | Yes |
| C | 2.3400 | 4, 15 | 3.0556 | No |
| D | 1.9800 | 3, 35 | 2.8742 | No |
Model A: 5.1634 > 3.1791, so reject the null. Yes, there is evidence of serial correlation.
Model B: 22.0560 > 2.7905, so reject decisively. Yes.
Model C: 2.3400 < 3.0556, so do not reject. No.
Model D: 1.9800 < 2.8742, so do not reject. No.
Note that the critical value falls as the denominator degrees of freedom rise, which is why Model C with 15 denominator degrees of freedom faces a lower bar than Model A with 13, despite having the same numerator degrees of freedom.
The last assumption concerns the regressors rather than the errors. Multiple regression assumes there is no exact linear relationship between any two or more independent variables. If that assumption fails exactly, the regression cannot be estimated at all, because the algebra has no unique solution.
The practical problem is the near miss. Multicollinearity arises when two or more independent variables are highly correlated, or when several of them form an approximate linear relationship. The regression can still be estimated, and the software will print a full set of coefficients, but the interpretation of the role and significance of the individual regressors becomes unreliable. This matters because approximate linear relationships among economic and financial variables are the norm rather than the exception: interest rates at different maturities, style indexes and their parent index, macroeconomic aggregates and their components all move together by construction.
What multicollinearity does and does not do
It does not affect the consistency of the coefficient estimates. What it does is make them imprecise and unreliable, and it makes it impossible to separate the individual contribution each regressor makes to the dependent variable. In the output this shows up as inflated standard errors and diminished t-statistics, so the t-tests on the coefficients have very little power to reject a false null hypothesis.
The classic symptom is therefore a peculiar combination: a high R-squared and a significant overall F-statistic, alongside individual slope coefficients whose t-statistics are not significant. The group of regressors together explains the dependent variable well; it is only the attribution among them that has collapsed. Recognising that pattern is the single most useful diagnostic instinct in this section.
Why pairwise correlations are not enough
With exactly two independent variables, a high pairwise correlation is a fair guide. Beyond two, it is inadequate. High pairwise correlations are not a necessary condition for multicollinearity, because an approximate linear combination can exist among three or more variables that are individually only mildly correlated with each other. Those combinations are unobservable, so no inspection of the correlation matrix will reveal them reliably.
The variance inflation factor
The proper measure is the variance inflation factor, and one exists for each independent variable in the regression. To compute the factor for regressor Xj, regress Xj on the remaining k minus 1 independent variables and take the R-squared of that regression, which measures the share of the variation in Xj explained by its companions. Then:
The minimum value is 1, reached when the R-squared is zero and Xj is uncorrelated with the rest. As that R-squared rises the factor climbs, at first gently and then explosively, because the denominator is being driven toward zero. A high factor means the regressor can be predicted accurately from the others, which is to say it is close to redundant.
- A factor above 5 warrants further investigation of that regressor.
- A factor above 10 indicates serious multicollinearity that requires correction.
An analyst researching the Fidelity Select Technology Portfolio (FSPTX), a technology-focused mutual fund, wants to know whether it behaves more like a large-capitalisation growth fund or a large-capitalisation value fund. Using 60 months of data she estimates FSPTXt = b0 + b1SGXt + b2SVXt + εt, where SGX is the monthly return to the S&P 500 Growth Index and SVX the monthly return to the S&P 500 Value Index.
| Fit measure | Value |
|---|---|
| Multiple R | 0.884 |
| R-Squared | 0.782 |
| Adjusted R-Squared | 0.774 |
| Standard Error | 0.027 |
| Observations | 60 |
| Component | Degrees of freedom | Sum of squares | Mean square | F | Significance of F |
|---|---|---|---|---|---|
| Regression | 2 | 0.1486 | 0.0743 | 102.2425 | 0.0000 |
| Residual | 57 | 0.0414 | 0.0007 | ||
| Total | 59 | 0.1900 |
| Variable | Coefficient | Standard error | t-statistic | P-value | Lower 95% | Upper 95% |
|---|---|---|---|---|---|---|
| Intercept | −0.0069 | 0.004 | −1.896 | 0.063 | −0.014 | 0.000 |
| SGX | 1.7765 | 0.196 | 9.064 | 0.000 | 1.384 | 2.169 |
| SVX | −0.4488 | 0.196 | −2.292 | 0.026 | −0.841 | −0.057 |
The analyst now adds the return on the S&P 500 Index itself (SPX) as a third regressor. The S&P 500 contains the very component stocks that make up the two style indexes, so this inadvertently introduces severe multicollinearity and over-specifies the model.
| Fit measure | Value |
|---|---|
| Multiple R | 0.884 |
| R-Squared | 0.782 |
| Adjusted R-Squared | 0.770 |
| Standard Error | 0.027 |
| Observations | 60 |
| Component | Degrees of freedom | Sum of squares | Mean square | F | Significance of F |
|---|---|---|---|---|---|
| Regression | 3 | 0.1486 | 0.0495 | 66.9683 | 0.0000 |
| Residual | 56 | 0.0414 | 0.0007 | ||
| Total | 59 | 0.1900 |
| Variable | Coefficient | Standard error | t-statistic | P-value | Lower 95% | Upper 95% |
|---|---|---|---|---|---|---|
| Intercept | −0.0070 | 0.004 | −1.877 | 0.066 | −0.014 | 0.000 |
| SGX | 1.5302 | 6.166 | 0.248 | 0.805 | −10.822 | 13.883 |
| SVX | −0.6686 | 5.503 | −0.121 | 0.904 | −11.693 | 10.356 |
| SPX | 0.4658 | 11.657 | 0.040 | 0.968 | −22.887 | 23.818 |
| FSPTX | SGX | SVX | SPX | |
|---|---|---|---|---|
| FSPTX | 1 | 0.87 | 0.68 | 0.81 |
| SGX | 0.87 | 1 | 0.87 | 0.97 |
| SVX | 0.68 | 0.87 | 1 | 0.96 |
| SPX | 0.81 | 0.97 | 0.96 | 1 |
| Regressor | With the parent index in the model | Without the parent index |
|---|---|---|
| SGX | 3,863.85 | 3.97 |
| SVX | 3,083.22 | 3.97 |
| SPX | 12,904.81 | not in the model |
Correcting multicollinearity
Three remedies are available, in rough order of how often they work.
- Drop one or more of the regressors. Usually the redundant one, as with SPX above.
- Swap in a different proxy for one of the variables, choosing one that measures the intended economic idea without duplicating another regressor.
- Enlarge the sample. More observations reduce the estimated variances and can lift coefficients back above the significance threshold.
Frequently none of these is clean, and the analyst has to experiment with including and excluding different regressors to locate the source of the problem and the best available compromise. One consolation is worth keeping in view: if the purpose of the model is purely to predict the dependent variable rather than to understand the contribution of each regressor, multicollinearity may not be a serious obstacle at all, because the joint predictive power is preserved.
A three-feature model explains return on assets for diversified manufacturers using capital expenditure (CAPEX), advertising spend (ADV) and research and development spend (R&D). Adjusted R-squared is 86.50% and the overall F-statistic is 54.4039. Partial output and the variance inflation factors are below.
| Variable | Coefficient | Standard error | t-statistic | P-value |
|---|---|---|---|---|
| Intercept | 4.7022 | 1.2349 | 3.8078 | 0.0010 |
| CAPEX | 1.2302 | 0.1056 | 11.6490 | 0.0000 |
| ADV | −0.0371 | 0.1062 | −0.3490 | 0.7304 |
| R&D | 0.1029 | 0.2837 | 0.3628 | 0.7203 |
| Variable | Variance inflation factor |
|---|---|
| CAPEX | 1.164 |
| ADV | 1.068 |
| RD | 1.095 |
The diagnostic map in one table
The three assumption violations covered here can be summarised on a single page. Learn this table column by column: the violation, the damage, the test, the repair.
| Assumption | Violation | Damage | How to detect it | How to correct it |
|---|---|---|---|---|
| Homoskedastic error terms | Heteroskedastic error terms | Biased estimates of the coefficient standard errors | Visual inspection of residuals; Breusch–Pagan test | Revise the model; use robust standard errors |
| Independence of observations | Serial correlation | Inconsistent coefficient estimates and biased standard errors | Breusch–Godfrey test | Revise the model; use serial-correlation consistent standard errors |
| Independence of the independent variables | Multicollinearity | Inflated standard errors | Variance inflation factor | Revise the model; increase the sample size |
The coefficient damage from serial correlation is confined to the case where a regressor is a lagged value of the dependent variable, as set out earlier in the lesson.