Hello everybody,
I am surprised that it is not possible to save models within the loop
function. I really thought that this worked some versions ago, but I
might e wrong.
I've got a list C with 10 variables and for each variable I want to run
a regression:
loop foreach i C
model_$i <- ols $i const Y
endloop
Is there a reason why it is not activated? I mean if it is possible to
save models manually by "model <- ols y const x" it should also be
possible to do the same within the loop command; at least for consistency.
Cheers,
Artur