Hi Sven,
sorry, you are right. There was a redundant restriction imposed.
Artur
Am 20.07.2010 15:06, schrieb Sven Schreiber:
Am 20.07.2010 16:01, schrieb Artur T.:
> Hi,
>
> Use a script and run the following example:
> --------------------------
> vecm 2 2 X
>
> restrict
> .
> .
> end restrict
>
> restrict --full
> .
> .
> end restrict
>
> restrict
> .
> .
> end restrict
> --------------------------
> Normally the script should continue without errors until the last
> restriction is tested. But adding the "-full" option for the second
> restriction results in no proper testing for the third case any more.
> Every time one has to reestimate the model again before one can test the
> third restriction. Is this programmed that way on purpose?
>
>
I think you would need to be more specific about your restrictions. For
example I could imagine that in the final restrict block you might have
failed to include the normalization restrictions. But that's just a
hunch of course.
-sven