taking coefficients out of a rolling regression
Posted: Fri Apr 29, 2011 11:51 am
Hi,
I am new to this forum and to the RATS. So, I did not know where to put my question exactly. Here it is:
This is the rolling regression down that I have:
compute start = 1971:1, end = 1980:1
do i=1,40
linreg DLOGVALUE start+i end+i
# constant DLOGVALUE{1}
end
I have to get coefficients out of this rolling regression and make a table consisting of them. Could you please help me on how to do this?
Thanks in advance,
Abdullah.
I am new to this forum and to the RATS. So, I did not know where to put my question exactly. Here it is:
This is the rolling regression down that I have:
compute start = 1971:1, end = 1980:1
do i=1,40
linreg DLOGVALUE start+i end+i
# constant DLOGVALUE{1}
end
I have to get coefficients out of this rolling regression and make a table consisting of them. Could you please help me on how to do this?
Thanks in advance,
Abdullah.