Page 1 of 1

How do you specify identities in command/batch mode

Posted: Thu Oct 09, 2008 12:58 am
by neilblake
Doe anyone know how to specify an identity for a model using a command? The mannual gives an example of how to add the identity Y=cn + I +g to a model interactively but I can't figure how to do this in batch mode

Re: How do you specify identities in command/batch mode

Posted: Thu Oct 09, 2008 8:05 am
by EViews Gareth
You can just use the append command to append text, such as an identity, to your model:

Code: Select all

model01.append @identity y=cn+i+g

Re: How do you specify identities in command/batch mode

Posted: Mon Sep 13, 2010 2:04 am
by Riaz
Hi

Does it make any difference if we take out "@identity" in the line above?

Ta

Re: How do you specify identities in command/batch mode

Posted: Mon Sep 13, 2010 8:12 am
by EViews Gareth
If you take out the @identity, the text will still be added to the model, but not as an identity.

Re: How do you specify identities in command/batch mode

Posted: Tue Sep 14, 2010 10:45 pm
by Riaz
Will the calculations be any different whether we append it as a simple equation or through @identity? Ta

How do you specify identities in command/batch mode

Posted: Wed Sep 15, 2010 7:24 am
by EViews Gareth
Stochastic simulations will have no random component if the equation is an identity.