Search found 14 matches

by binhpham79
Tue Jan 31, 2023 9:23 pm
Forum: Data Manipulation
Topic: Reshape Worldbank dataset from wide to long
Replies: 2
Views: 2886

Re: Reshape Worldbank dataset from wide to long

Thanks, Gareth. It works perfectly! :))
by binhpham79
Tue Jan 31, 2023 12:40 am
Forum: Data Manipulation
Topic: Reshape Worldbank dataset from wide to long
Replies: 2
Views: 2886

Reshape Worldbank dataset from wide to long

Hi Eviews users, I have a dataset downloaded from the WB like this. wb_panel_sample.xlsx I have tried to reshape to the standard long panel as usual by stacking the _? year columns but I cannot spread the multiple series and their associated values as can be easily done in R. Please guide me with a ...
by binhpham79
Sun Apr 26, 2020 2:43 am
Forum: Programming
Topic: Get effective (adjusted) sample of Equation object
Replies: 1
Views: 2716

Get effective (adjusted) sample of Equation object

Hi Eviews, Is there anything like e(sample) in Stata? I estimate an equation with, say, smpl 1990m1 @last. But, the adjusted sample would be, say, 1992m1 @last due to missing values or lags adjustment,... I do not want to adjust the sample beforehand. Instead, let EV do then programmatically retriev...
by binhpham79
Fri Apr 03, 2020 5:44 pm
Forum: Bug Reports
Topic: Eviews 11 crash after freeze hdecomp
Replies: 5
Views: 8551

Re: Eviews 11 crash after freeze hdecomp

Hi Gareth,

The command likes:

Code: Select all

freeze(_fig_hdcomp1) mod_var.hdecomp(24, g, factor=struct, baseline, start=2009m1, end=2012m12, n=1000) x1 @ x1 x2 x3


I just copy the command generated from the capture window and add freeze(...)

Thks,
by binhpham79
Fri Apr 03, 2020 4:06 pm
Forum: Bug Reports
Topic: Eviews 11 crash after freeze hdecomp
Replies: 5
Views: 8551

Re: Eviews 11 crash after freeze hdecomp

Hi Gareth,

The build is the latest. Mar 30, 2020.

Tks!
by binhpham79
Fri Apr 03, 2020 1:23 pm
Forum: Bug Reports
Topic: Eviews 11 crash after freeze hdecomp
Replies: 5
Views: 8551

Eviews 11 crash after freeze hdecomp

Dear Eviews,

I am facing with EV 11 crash many times when

freeze(fig_name) var_mod.hdecomp(24, g, imp=struct,...)

If I use the GUI it is OK, but anytime I run the code it crashes.

Any idea!?
Thanks
by binhpham79
Sat Mar 07, 2020 11:09 am
Forum: General Information and Tips and Tricks
Topic: Fill color with mixed type graph and two bands
Replies: 0
Views: 17585

Fill color with mixed type graph and two bands

Dear EViews, I plot a 5-column matrix as, for example: freeze(irf1) _mat_tmp.mixed line(1) band(2,3) band(4,5) irf1.option -legend -color irf1.elem(1) lcolor(black) lwidth(3) irf1.elem(2) fillgray(2) irf1.elem(3) fillgray(5) But the second band (element 3) always takes the gray color of the first ba...
by binhpham79
Wed Feb 26, 2020 3:43 pm
Forum: General Information and Tips and Tricks
Topic: Help for new data members or functions
Replies: 1
Views: 14918

Help for new data members or functions

Hi Eviews, I see that each update has some new data members or functions. But there is no information about these in the help files as well as online documentation. How can I get and know the right usage? For example, the new data members @hilo and @lohi have no information, hence I don't know what ...
by binhpham79
Sat May 04, 2019 2:29 am
Forum: Bug Reports
Topic: EV11 crash when compute AR roots table
Replies: 1
Views: 4908

EV11 crash when compute AR roots table

Hi EV team, I am not sure there is a bug but I tried on two computers. It's always crashed when I attempt to compute AR roots (table) of a VECM model with some deterministic dummies. Please check the workfile attached. I run EV11 64bits on Win10 in both laptop and desktop. Thank you very much. bug_e...
by binhpham79
Sat Apr 06, 2019 1:55 pm
Forum: Bug Reports
Topic: EV11: setelem(#) lcolor(#color) is always black
Replies: 1
Views: 2972

EV11: setelem(#) lcolor(#color) is always black

Hi, In EV11, below is possibly a bug! figure.setelem(1) lcolor(red) is always black even I change lcolor(blue) or whatever. So, currently I cannot change any line color as it is always black. wfcreate u 100 series y = @cumsum(nrnd) ' Line is blue freeze(figure) y.line ' Set line to red but black fig...
by binhpham79
Tue Mar 12, 2019 4:37 pm
Forum: General Information and Tips and Tricks
Topic: How to save a graph to use as a template
Replies: 9
Views: 16545

Re: How to save a graph to use as a template

Many thanks. Hope to see this feature since it helps us when create irf plots from matrix. Applying a template saves a lot of codes.
by binhpham79
Tue Mar 12, 2019 3:01 am
Forum: General Information and Tips and Tricks
Topic: How to save a graph to use as a template
Replies: 9
Views: 16545

Re: How to save a graph to use as a template

Hi Gareth,

I wonder how to create a graph template by code.

Is it any named frozen graph can be used as a template? Because I see an option in dialog box but I do not find specific commands or relevant options in graph object methods.

Many thanks,
by binhpham79
Mon May 14, 2018 1:15 am
Forum: Programming
Topic: Manually seting VAR coefs
Replies: 0
Views: 1957

Manually seting VAR coefs

Hi Eviews, I am new to Eviews. I wonder that is there anyway to manually set VAR coefficient matrix after estimating to compute IRFs? For example, I estimate a VAR model, then I do experiment by imposing some coefficients = 0 or any values, and redraw and compare theirs IRFs. I see that Eviews VAR d...
by binhpham79
Fri May 11, 2018 6:57 am
Forum: Add-in Support
Topic: Time varying SVAR
Replies: 122
Views: 395567

Re: Time varying SVAR

Hi Dakila, I attempt to replicate fig 4-7 of Primiceri (2005). The add-ins does not permit access to its estimates and matrix coeffs. Could you please provide the way replicate the paper fully? My understanding is that the author computed irf for each point in time (it could be 193 x 4 irf tables), ...

Go to advanced search