Hi,
I am implementing the Fama-MacBeth out-of-sample. I am using xtfmb (install ssc xtfmb)
I have tried to combine it with "rolling" but the output file is empty. Any idea how to implement that?
Note that I am open to use the command "fm" that can be found there:
http://www.kellogg.northwestern.edu/...rogramming.htm
I am implementing the Fama-MacBeth out-of-sample. I am using xtfmb (install ssc xtfmb)
I have tried to combine it with "rolling" but the output file is empty. Any idea how to implement that?
Code:
webuse grunfeld, clear xtset company year xtfmb invest mvalue kstock, verbose fm invest mvalue kstock rolling _b _se, window(10) saving(betas, replace) keep(year): xtfmb invest mvalue kstock
http://www.kellogg.northwestern.edu/...rogramming.htm
Comment