Hi,
here's an example script:
<hansl>
open denmark
ols IDE const IBO LRM LRY
omit LRM LRY --auto
list tobeo = LRM LRY
list all = IBO IDE LRM LRY
loop foreach i IBO IDE
list rhs = all - $i
ols $i const rhs
omit tobeo --auto
endloop
</hansl>
After the first ols/omit command gretl prints out the restricted model.
In the final ols/omit command inside the loop, which is identical to the
first command, the test is done but the resulting model isn't printed.
Is this intended? (Given that 'omit' has '--quiet' and '--silent'
options, I would think not.)
thanks,
sven