Search found 3 matches

by Muhammad Javid
Fri Dec 10, 2021 12:22 pm
Forum: Programming
Topic: Eviews Pogram
Replies: 2
Views: 9111

Re: Eviews Pogram

Wen I run the following code
for !i=1 to g_f.@count
%1=g_f.@seriesname(!i)
%2=@mid(%1,3)
link {%2}
{%2}.linkto data\f_{%2}
g_mod.add {%2}
next
I receive the following response

Syntax error in control statement in "FOR !I=1 TO G_F@COUNT" on
line 20.

What is issue here and How I can solve
by Muhammad Javid
Fri Dec 10, 2021 12:19 pm
Forum: Programming
Topic: Eviews Pogram
Replies: 2
Views: 9111

Eviews Pogram

What is mistake in following program code
for !i=1 to g_f.@count
%1=g_f.@seriesname(!i)
%2=@mid(%1,3)
link {%2}
{%2}.linkto data\f_{%2}
g_mod.add {%2}
next
by Muhammad Javid
Sat Feb 27, 2021 9:20 am
Forum: Estimation
Topic: structural VAR and restrictions
Replies: 10
Views: 15913

structural VAR and restrictions

I'am trying to estimate the impact of fiscal policy shocks on economic growth. To this end, I estimated a Structural VAR (SVAR) model by using EViews 11 software. In Standard SVAR procedure, Impulse response of a variable is based on one standard deviation shock. My question is how one can generate ...

Go to advanced search