Page 1 of 1

Adding identity to the system object

Posted: Mon Jul 21, 2014 10:10 pm
by dauren
Hi, all!
The following code from the Evievs 8.0 Help does not work:

Code: Select all

system macro1 macro1.append cons=c(1)+c(2)*gdp+c(3)*cons(-1) macro1.append inv=c(4)+c(5)*tb3+c(6)*d(gdp) macro1.append gdp=cons+inv+gov macro1.append inst tb3 gov cons(-1) gdp(-1) macro1.gmm show macro1.results
Below is error message I receive:
"gdp=cons+inv+gov" is not a valid equation for this system/model - identities not allowed in "DO_MACRO1.GMM"

May I add identity to the system object (may be there is a mistake in Eviews 8.0 Help) ?

Sincerely,
Dauren

Re: Adding identity to the system object

Posted: Mon Jul 21, 2014 10:42 pm
by EViews Gareth
You may not add identities to systems.