Hi guys! I need to conduct rolling regressions to estimate the betas of Fama-French's 3 factors. I am using daily data so this is going to take ages! I bumped into Paul Geertsema's paper where he advocated an alternative method that was '367' times faster than Stata's regress command. I tested his code on a random sample of stocks in excel and it gets a pass from me!
His .do file and .ado file can be accessed from here: http://poseidon01.ssrn.com/delivery....106090&EXT=pdf
The problem that I have is there is no option to store the p-value and t-stat after each regression. How would I do this?
His .do file and .ado file can be accessed from here: http://poseidon01.ssrn.com/delivery....106090&EXT=pdf
The problem that I have is there is no option to store the p-value and t-stat after each regression. How would I do this?
Comment