0% found this document useful (0 votes)
3 views1 page

Regression Analysis with Lagged Variables

Chapter 5 focuses on regression analysis involving lagged variables, with exercises aimed at applying concepts using specific datasets. The exercises include selecting lag length for a distributed lag model, calculating impact and long-run effects of changes in variables, and estimating a model for consumer expenditure using OLS. Each exercise emphasizes practical application of regression techniques in economic data analysis.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Regression Analysis with Lagged Variables

Chapter 5 focuses on regression analysis involving lagged variables, with exercises aimed at applying concepts using specific datasets. The exercises include selecting lag length for a distributed lag model, calculating impact and long-run effects of changes in variables, and estimating a model for consumer expenditure using OLS. Each exercise emphasizes practical application of regression techniques in economic data analysis.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Chapter 5: Regression with lagged variables

Exercise 1
Use the data set, [Link]. Suppose you believe that six months is the
maximum time that the oil price might affect market capitalization and
accordingly, you set pmax = 6. Select the lag length of the distributed lag model.
Exercise 2
Assume we have the following distributed lag model:
Yt = 0.847 + 0.236Xt + 0.366Xt-1 + 0.581Xt-2+ 0.324Xt-3 + 0.145Xt-4
Find (a) the impact effect, and (b) the long-run effect, of a unit change in X on Y.
Exercise 3
Using data for the US economy in the file cons_us.xlsx, estimate the following
model by simple OLS:
CEt = β1 + β2YDt + β3CEt-1 + vt
where CE = aggregate consumer expenditure and YD = personal disposable
income. Explain the meaning of each of the estimated coefficients.

Common questions

Powered by AI

The choice of pmax, or maximum lag length, has significant implications for a model's complexity and interpretability. A higher pmax increases model complexity by including more lagged terms, which can improve model fit but also lead to multicollinearity, overfitting, and reduced interpretability. Conversely, a lower pmax simplifies the model, aiding interpretability but risking the omission of critical temporal effects. Striking a balance is vital for maintaining reliable and meaningful results in distributed lag models .

Estimating a simple OLS model like CEt = β1 + β2YDt + β3CEt-1 + vt using economic data can present several challenges: multicollinearity between independent variables can inflate standard errors making estimates unreliable; autocorrelation, particularly when including lagged dependent variables, can lead to inefficient estimates; omitted variable bias if not all relevant variables are included; and endogeneity if YDt is correlated with the error term, which can result in biased estimates. These challenges necessitate careful model specification and diagnostic testing to ensure valid and reliable inferences .

Lagged variables are used in regression models to capture temporal dependencies and adjustment processes inherent in economic data. They account for the delay or persistence in the effect of an economic variable on another, reflecting real-world phenomena such as consumption habits, investment adjustments, or policy impacts that do not occur instantaneously. In datasets like BADNEWS.XLS, lagged variables help analyze the dynamic response of market capitalization to changes in oil prices over time, which is crucial for understanding delayed reactions in economic indicators .

The selection of lag length affects the ability of the model to accurately capture the temporal dynamics of the relationship between variables. If lags are too short, important effects may be omitted, leading to biased or inconsistent parameter estimates. Conversely, if too many lags are included, the model may suffer from overfitting, reducing its predictive power. In datasets like BADNEWS.XLS, optimal lag selection ensures that temporal dependencies are appropriately modeled, which is critical for drawing valid conclusions from the analysis .

Selecting the lag length of a distributed lag model involves determining how many previous periods of the independent variable are included in the model to best capture the effect of that variable on the dependent variable over time. Setting a maximum lag length, such as pmax = 6, implies that it is hypothesized that the effects of the independent variable do not persist beyond 6 periods or months in this case. This helps to balance model complexity against capturing sufficient temporal dynamics .

In the model CEt = β1 + β2YDt + β3CEt-1 + vt, β1 represents the intercept or baseline level of consumer expenditure when both YDt and CEt-1 are zero. β2 represents the marginal effect of personal disposable income on aggregate consumer expenditure, indicating how much CEt is expected to change for a one-unit change in YDt. β3 represents the effect of past consumer expenditure on current expenditure, showing the persistence in consumer spending behavior over time .

The model Yt = 0.847 + 0.236Xt + 0.366Xt-1 + 0.581Xt-2+ 0.324Xt-3 + 0.145Xt-4 can be used to forecast future values of Y by applying it sequentially to obtain estimates for the dependent variable in future periods. Given values of X and its past lags, the model calculates the expected value of Y by summing the weighted contributions of current and past X values. This requires available or estimated data for X in each period .

Including lagged dependent variables like CEt-1 in an OLS model captures the dynamic adjustment process and persistence over time, reflecting habits or gradual changes in consumption patterns. This allows for modeling the inertia or slow adjustment of consumer expenditure, where past values exert an influence on current behavior. This dynamic aspect is crucial for understanding the temporal evolution of economic factors in consumer expenditure analysis, as it more realistically mirrors real-world consumption decisions .

The long-run effect in a distributed lag model is the sum of all the coefficients of the lagged independent variable terms, representing the total effect of a unit change in an independent variable. In the model Yt = 0.847 + 0.236Xt + 0.366Xt-1 + 0.581Xt-2+ 0.324Xt-3 + 0.145Xt-4, the long-run effect is 0.236 + 0.366 + 0.581 + 0.324 + 0.145 = 1.652 .

The impact effect in a distributed lag model is the immediate effect on the dependent variable of a unit change in the independent variable, usually measured by the coefficient of the current period's independent variable. For the given model, Yt = 0.847 + 0.236Xt + 0.366Xt-1 + 0.581Xt-2+ 0.324Xt-3 + 0.145Xt-4, the impact effect is 0.236 .

You might also like