Page 1 of 1
Number of Equations using the @NEQN Command
Posted: Thu Feb 26, 2009 6:46 am
by BeeMp
I would like to know how can I use the @neqn command. The @neqn command should show the number of equations under a specific workfile. This command is explained under the Scalar Values (system level data) section of the EViews command reference. I tried this command: 'scalar x1=@neqn' but it doesn't work. Alternatively, can I freeze in a workfile the 'Workfile Statistics' table which can be manually obtained if I click on View then Statistics tab? Hope you can help.
Re: Number of Equations using the @NEQN Command
Posted: Thu Feb 26, 2009 9:20 am
by EViews Gareth
The @neqn data member is only available for system object or statespace objects, and simply tells you how many equations are in the system or statespace. It does not indicate how many equations there are in the workfile. Nor is there, currently, any way to get that information.
I believe there is no command line method to obtain workfile statistics.
Re: Number of Equations using the @NEQN Command
Posted: Fri Feb 27, 2009 4:21 am
by BeeMp
Ok, thanks anyway. :D