Solved – Lagging/Leading Indicator Length Time

econometricselasticityrsurvivaltime series

I tried looking this question up on google and didn't find material that answered my question. But my questions are:

(1) Is there a method to determine how long it takes a leading indicator to affect a variable ? So if we are looking at the affects of oil production on sales, when oil drops how long does it take to affect sales.

Could I use survival analysis for this? This seems related but in a biological context

(2) Can we measure the degree to which oil production affects sales? If oil production drops by 10% it affects sales by 17%.

(3) What's the best way to determine the most important leading indicator? Univariate regression and compare models?

(4) Is there a package in R that could be used for this?

Best Answer

  1. Go to Autobox.com and review the discussion about transfer functions.
  2. The is a question about elasticities. Review any principles of economics text. A new version of Autobox calculates elasticities.
  3. If your data is time series, it is inappropriate to use classical regression analysis. Applying classical regression analysis to summarize time series data will result in a violation of one or more of the underlying assumptions about the error terms. Use time series techniques to summarize time series data, and classical regression to summarize cross sectional data.
  4. If you focus on R, then you will spend an inordinate amount to time learning how to program rather than on analysis. Investigate the advantages of Autobox.
Related Question