Search found 5 matches
- Mon Nov 25, 2019 5:06 am
- Forum: Graphics, Reports, and Other Output
- Topic: Scatter graphs and grtext
- Replies: 1
- Views: 7120
Scatter graphs and grtext
Hi, The below works fine but is a bit tedious, especially in case of more countries. Is there a way to enter the x- and y-coordinates in a string and insert in a grtext instruction? spgraph SCATTER(hlabel="2006",vlabel="2018", STYLE=symbols, OVERLAY=LINES, noovkey,ovsamescale) 2 ...
- Thu Jul 19, 2012 5:38 am
- Forum: Data: Reading, Writing, Transforming
- Topic: Manipulating entries of a series
- Replies: 1
- Views: 5129
Manipulating entries of a series
Hi, I'm comparing durations of three recessions for the same series (y) since 1990. The comparisions are made in terms of percentage deviations from the peaks before the recessions and durations in months before pre-crisis peaks are reached again. Out of this series, y, I have created three series: ...
- Sun Jul 15, 2012 4:34 am
- Forum: Data: Reading, Writing, Transforming
- Topic: Taking missing values into account
- Replies: 1
- Views: 5218
Taking missing values into account
Hi, I try to calculate a diffusion index for a number of series. Some begin in January 1990 and some in January 2005. The data is in an excel file. I'm not sure I have understood the way Rats treats missing values. I had the impression that Rats would interpret blank cells (or NA's) as missing value...
- Wed Jun 08, 2011 4:02 am
- Forum: Data: Reading, Writing, Transforming
- Topic: Creating indices
- Replies: 6
- Views: 11023
Re: Creating indices
It works fine until the date for the base of the index but not afterwards. Here's an example that uses some data from the Enders' files. cal 1959 1 4 all 2001:1 OPEN DATA "\Enders\Money_dem.xls" DATA(FORMAT=XLS,ORG=COLUMNS) 1959:01 2001:01 DATE GDP RGDP M2 M3 TB3mo TB1yr open data a:\money...
- Fri Jun 03, 2011 12:18 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: Creating indices
- Replies: 6
- Views: 11023
Re: Creating indices
How would that look if you want to create indices, with reference to a specific entry, e.g. 2000:1, for a number of series?
I tried a number of variations based on a do loop with the series as i = 1,n but that didn't work.
Any suggestions?
I tried a number of variations based on a do loop with the series as i = 1,n but that didn't work.
Any suggestions?