Thank you for your response Glenn. Is there a way of doing this in a more simplified manner? For example, points instead of drawing bars connecting dates?
Thank you for your advice,
David
Search found 7 matches
- Fri Sep 25, 2015 10:30 am
- Forum: Data Manipulation
- Topic: Create sideways bar graph for a panel made up of dummy vars
- Replies: 3
- Views: 3864
- Thu Sep 24, 2015 9:00 am
- Forum: Data Manipulation
- Topic: Create sideways bar graph for a panel made up of dummy vars
- Replies: 3
- Views: 3864
Create sideways bar graph for a panel made up of dummy vars
Hello, I'm trying to create a a bar graph in Eviews 9. Along the y axis would be series names (in my case countries) and the x axis shows time. All values for all series are either 1 or 0, so there is a line/bar when the series takes a value of 1 or blank when it does not. The idea is that I can com...
- Sun Aug 23, 2015 2:14 pm
- Forum: Programming
- Topic: automating mixed line/bar graph generation
- Replies: 5
- Views: 5312
Re: automating mixed line/bar graph generation
Thank you for your response - with the freezing option this now works! This is a great help. However some of the legend options have not worked. The legend option for the first variable works but 2 and 3 do not work, but no error message is given. Instead, the legend includes the data series name fo...
- Sat Aug 22, 2015 2:29 pm
- Forum: Programming
- Topic: automating mixed line/bar graph generation
- Replies: 5
- Views: 5312
Re: automating mixed line/bar graph generation
Thank you for your response. Based on your advice I have tried using Eviews 9 to do this. I have tried to use the below code, derived from the sections of the command capture files referenced in your response alongside the capture window in Eviews 9: g.mixed bar(1) line(2,3) g.setelem(1) axis(right)...
- Fri Aug 21, 2015 2:27 pm
- Forum: Programming
- Topic: automating mixed line/bar graph generation
- Replies: 5
- Views: 5312
automating mixed line/bar graph generation
Hello, My query is about how to automate the process of generating a specific type of graph in Eviews. At present I have been manually generating a mixed graph with bars; two series map lines, and shaded areas as bars based on the dummy values of a third series. Each time, I create a group and save ...
- Tue Jun 30, 2015 12:20 pm
- Forum: Estimation
- Topic: Unable to freeze RTADF output using command
- Replies: 2
- Views: 3205
Re: Unable to freeze RTADF output using command
HI Gareth,
Many thanks for your reply at this time in the evening.
I guessed as much but hoped there would be a simplier way; I'll have a try at amending the plug-in code and see if I have any luck.
Thanks again.
Many thanks for your reply at this time in the evening.
I guessed as much but hoped there would be a simplier way; I'll have a try at amending the plug-in code and see if I have any luck.
Thanks again.
- Tue Jun 30, 2015 12:01 pm
- Forum: Estimation
- Topic: Unable to freeze RTADF output using command
- Replies: 2
- Views: 3205
Unable to freeze RTADF output using command
I currently using the RTADF plug-in in order to pinpoint price bubbles. I use the following command (in the case for Wales) to attempt to estimate the model and freeze the results: freeze(walesoutput) wales.rtadf(trend,info=aic,lag=3,model=3,sim,rep=1000,Trw,graph,print) The model runs and output is...
