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!
