Sample size of regression
Posted: Thu Aug 22, 2013 9:26 am
Hi,
I have a fairly simple question but I can't seem to find the answer for it....
I'm trying to loop a regression and I need to specify the size of the sample. What is the code/command to do it?
This is a simple example of what I'm using:
I'm trying to set the sample to 2009M01 to 2013M07
Thanks!
I have a fairly simple question but I can't seem to find the answer for it....
I'm trying to loop a regression and I need to specify the size of the sample. What is the code/command to do it?
This is a simple example of what I'm using:
Code: Select all
for !i=1 to 6
equation eq{!i}.ls y c x{!i}(-!i)
nextThanks!