Every time I run the following code I get different results (altough similar) for the out of sample predictive model. And a different number of observations. I do not get the same issue with the in-sample FM slopes.
For instance,
My first guess was that this was due to random sorting or something similar.
For in sample slopes I do not get the same issue.
Any intuition behind this?
For instance,
Code:
xtset permno date asreg yearly_return ROA, newey(17) window(date -120 -1)
My first guess was that this was due to random sorting or something similar.
For in sample slopes I do not get the same issue.
Any intuition behind this?
Comment