Search found 24 matches

by Chthoniid
Thu Sep 29, 2022 5:01 pm
Forum: Data Manipulation
Topic: Animate button not appearing
Replies: 4
Views: 4468

Re: Animate button not appearing

Brilliant, thanks
by Chthoniid
Thu Sep 29, 2022 4:18 pm
Forum: Data Manipulation
Topic: Animate button not appearing
Replies: 4
Views: 4468

Re: Animate button not appearing

Thanks Gareth,

I'm making the graph in Eviews. Select time-series variable, then generate the graph with the quick graph tool. It's done as the default line form.
by Chthoniid
Thu Sep 29, 2022 1:59 pm
Forum: Data Manipulation
Topic: Animate button not appearing
Replies: 4
Views: 4468

Animate button not appearing

I thought I'd give the new animated graph feature a try, but every time I load some time series data and graph it, the 'animate' button does not appear in the graph toolbar. Which means I can't animate the graph. I have Eviews12 and all the latest updates and patches. Some clues as to what is going ...
by Chthoniid
Thu Oct 24, 2019 6:22 pm
Forum: Programming
Topic: Hints for "for" loop in nested hierarchy
Replies: 3
Views: 5690

Re: Hints for "for" loop in nested hierarchy

Got it all figured
by Chthoniid
Wed Oct 23, 2019 1:49 pm
Forum: Programming
Topic: Hints for "for" loop in nested hierarchy
Replies: 3
Views: 5690

Re: Hints for "for" loop in nested hierarchy

Ah, sorry. I import the data from a csv file, as unstructured data. Screenshot added. ID is the highest level, this branches into sruvey_qnumber (1-9) and this branches into 1-4 alternatives. My goal is to collate and aggregate each of the 4 alternative rows into one row, using select variable value...
by Chthoniid
Tue Oct 22, 2019 7:36 pm
Forum: Programming
Topic: Hints for "for" loop in nested hierarchy
Replies: 3
Views: 5690

Hints for "for" loop in nested hierarchy

My data is organised as following hierarchy: 1843 subjects, each with 9 sets of questions across 4 alternatives. For each set of 4 alternatives I want to find the highest value of one variable (if it is present). So everything I do I want to do on each set of 4 alternatives. for !i=1 to 1843 for !j=...
by Chthoniid
Fri May 27, 2016 2:17 pm
Forum: Programming
Topic: FOR loops and @month headache
Replies: 3
Views: 3631

Re: FOR loops and @month headache

Got it, sorry, where date is the original date series

M=@datepart(date, "mm")
by Chthoniid
Fri May 27, 2016 1:32 pm
Forum: Programming
Topic: FOR loops and @month headache
Replies: 3
Views: 3631

Re: FOR loops and @month headache

EViews Gareth wrote:Does M contain the full date or just the month?


M contains the full date. I can't seem to find a function/syntax that extracts just the month info
by Chthoniid
Thu May 26, 2016 9:02 pm
Forum: Programming
Topic: FOR loops and @month headache
Replies: 3
Views: 3631

FOR loops and @month headache

Appreciate the help I've been getting, but have it a new snag. Series M is the date of each observation. E.g. 1993-08-26 I can't seem to figure out a way to extract just the month from this series, in a 1 to 12 format. Which I can use in the following FOR/NEXT loop. (The actual year part in loop run...
by Chthoniid
Wed May 25, 2016 2:12 am
Forum: Programming
Topic: What's efficient way
Replies: 2
Views: 2953

Re: What's efficient way

EViews Gareth wrote:What structure do your data have?

It might be that something like:
[code]
...
will work.


Brilliant, works perfectly. Thanks
by Chthoniid
Tue May 24, 2016 10:39 pm
Forum: Programming
Topic: What's efficient way
Replies: 2
Views: 2953

What's efficient way

I'm still a novice when it comes to programming, and have a problem. I've got a large data set, based on roughly 20,000 hunters and 15 years. What I want is the minimum length of each alligator for each hunter, for each year. The current code is for !year = 2000 to 2014 smpl if harvestyear=!year for...
by Chthoniid
Tue May 24, 2016 5:11 pm
Forum: Data Manipulation
Topic: Coding String/Character series as Numeric
Replies: 3
Views: 3671

Re: Coding String/Character series as Numeric

Excellent- the proc/map is beautifully simple
by Chthoniid
Mon May 23, 2016 8:24 pm
Forum: Data Manipulation
Topic: Coding String/Character series as Numeric
Replies: 3
Views: 3671

Coding String/Character series as Numeric

I've got a data series that is just a list of village names in PNG. I'd like to assign each one a unique numeric code (to make programming For/NEXT loops easier). So Village A gets value of 1, village B 2, Village C 3 etc. I'm just not seeing in programming or command reference how to achieve this.....
by Chthoniid
Thu Apr 28, 2016 2:08 pm
Forum: Data Manipulation
Topic: Stacking raw data - help
Replies: 3
Views: 3565

Re: Stacking raw data - help

Thanks- I suspect there's something very simple I've overlooked.

File attached
by Chthoniid
Wed Apr 27, 2016 7:24 pm
Forum: Data Manipulation
Topic: Stacking raw data - help
Replies: 3
Views: 3565

Stacking raw data - help

Hi all- I'm on Eviews 9 for the first time. I'm trying to import data in a very irregular format, and shape it into something I can work with. It's not working. The data records the number of butterflies caught by each collector in each village in PNG. E.g. Date YR Collector Town Q P TR 26 August 19...

Go to advanced search