Page 1 of 1

new data type?

Posted: Wed Sep 08, 2010 12:55 am
by maxchen
EViews 7.1

Code: Select all

%ex7 = "\Example Files\EV7 Manual Data" %ch13 = "\Chapter 13 - Graphing Data" %wf = @evpath + %ex7 +%ch13 +"\geyser" wfopen %wf
then double click the sereis lengthct, the first obs reads "(4.2, 4.48]", like an interval data. What's more

Code: Select all

lengthct = lengthct +1
the 1st obs change to "(4.48, 4.76]". Interesting?

Re: new data type?

Posted: Wed Sep 08, 2010 6:29 am
by EViews Gareth
It is a valuemap, which has been in EViews for a long time (forever?)

Re: new data type?

Posted: Wed Sep 08, 2010 7:03 am
by maxchen
thanks
yeah! see that by click the Properties button.