Hi all!
So I have a panel-data setting for which previous research has been trying to interpret year indicators (which, for this dataset, are very correlated with a linear time trend) as a measure of conservatism (more specifically, claiming that for a company with exactly the same credit risk, the rating today would be lower than 20 years ago, for reasons unrelated to company financials - it doesn't sound plausible, right?). I'm trying to formally show that one cannot attribute any kind of causality to this trending year indicators, since many financial and macroeconomic variables, for example, exhibit the same time trend, and hence this is some kind of spurious regression, where the common trend captures the variation in both ratings and many of the explanatory variables (and shows up in the year indicator coefficients).
Hence what i am trying to do is show that, once removing this secular trend, the year indicators would mostly reflect cyclical influences, which is what the theory and previous empirical evidence on ratings would suggest, and makes more sense from an economic point of view. Therefore I am trying to find ways to show this in an econometrically correct way.
One idea I've been thinking about was to use first-differencing and show that the differenced year indicators have a cyclical pattern (or are completely insignificant). I've been reading other forum posts and the relevant parts in Wooldridge (2012), but i still couldn't completely understand how to interpret the differenced coefficients. One particular part caught my attention (page 469): " Unless the time intercepts in the original model (13:28) are of direct interest, it is better to estimate the FD equation with an intercept and a single-period dummy, usually for the third period (this example was for only three periods)." But what happens if we ARE interested in the time intercepts?
Ideally, I would like a FD model with the first year as a base for the time dummies, since I need to make it comparable to the levels model.
I have found this suggestion for the FD model (1):
However, when I run this for my model, the first and last year are being dropped, therefore it doesn't seem to have the same reference as the level regression (2):
Again, my ultimate goal is to show that the coefficients for i.year in (1) are extremely different from (2), but for this I need to have the same reference year. In model (2), the base year is the first one. I do have an intercept in both models.
On another hand, I first tried the FD model by keeping the original year indicators (thus, not differencing those), and the coefficients showed the cyclical patterns I wanted to have - but I guess it makes no sense to have non-differenced year effects in a FD estimation right?
And, as a more general question, the bigger the difference between all the coefficients in (1) and (2), the more I can conclude that there are various misspecification
issues ? (and here, of course, I would need to find good arguments as to why the FD model in (1) is better)?
Thank you so much for your help!
Best, Ana
Ref: Wooldridge, Jeffrey M. Introductory econometrics: A modern approach. Nelson Education, 2012.
So I have a panel-data setting for which previous research has been trying to interpret year indicators (which, for this dataset, are very correlated with a linear time trend) as a measure of conservatism (more specifically, claiming that for a company with exactly the same credit risk, the rating today would be lower than 20 years ago, for reasons unrelated to company financials - it doesn't sound plausible, right?). I'm trying to formally show that one cannot attribute any kind of causality to this trending year indicators, since many financial and macroeconomic variables, for example, exhibit the same time trend, and hence this is some kind of spurious regression, where the common trend captures the variation in both ratings and many of the explanatory variables (and shows up in the year indicator coefficients).
Hence what i am trying to do is show that, once removing this secular trend, the year indicators would mostly reflect cyclical influences, which is what the theory and previous empirical evidence on ratings would suggest, and makes more sense from an economic point of view. Therefore I am trying to find ways to show this in an econometrically correct way.
One idea I've been thinking about was to use first-differencing and show that the differenced year indicators have a cyclical pattern (or are completely insignificant). I've been reading other forum posts and the relevant parts in Wooldridge (2012), but i still couldn't completely understand how to interpret the differenced coefficients. One particular part caught my attention (page 469): " Unless the time intercepts in the original model (13:28) are of direct interest, it is better to estimate the FD equation with an intercept and a single-period dummy, usually for the third period (this example was for only three periods)." But what happens if we ARE interested in the time intercepts?
Ideally, I would like a FD model with the first year as a base for the time dummies, since I need to make it comparable to the levels model.
I have found this suggestion for the FD model (1):
HTML Code:
xi: reg D.(y x1 ... xK z1 ... zK i.year), cluster(countryid)
HTML Code:
xtreg y x1 ... xK z1 ... zK i.year, fe cluster(countryid)
Again, my ultimate goal is to show that the coefficients for i.year in (1) are extremely different from (2), but for this I need to have the same reference year. In model (2), the base year is the first one. I do have an intercept in both models.
On another hand, I first tried the FD model by keeping the original year indicators (thus, not differencing those), and the coefficients showed the cyclical patterns I wanted to have - but I guess it makes no sense to have non-differenced year effects in a FD estimation right?
And, as a more general question, the bigger the difference between all the coefficients in (1) and (2), the more I can conclude that there are various misspecification
issues ? (and here, of course, I would need to find good arguments as to why the FD model in (1) is better)?
Thank you so much for your help!
Best, Ana
Ref: Wooldridge, Jeffrey M. Introductory econometrics: A modern approach. Nelson Education, 2012.
Comment