Page 1 of 1

classify by step

Posted: Sun Sep 29, 2013 6:09 pm
by maxchen
EV8, 32bit, 2013-09-202 patch
in the following test code, data from http://www.eviews.com/Learning/AllTutorials.zip

Code: Select all

%pt = "Z:\2013\DL\EV8\Stats\" %wf = %pt + "Data.wf1" wfopen %wf pageselect cross_section 'sat.classify(method=step) 200 400 na @ sat_ct sat_mp 'error 'sat.classify(method=step) 200 400 @ sat_ct sat_mp 'error sat.classify(method=step) 200 400 1800 @ sat_ct sat_mp 'work
If start or end are explicitly set to NAs, EViews will use the corresponding minimum and maximum value of the data extended by 5%. pity that it generate an error.

Re: classify by step

Posted: Mon Sep 30, 2013 9:28 am
by EViews Glenn
I'm not quite certain that I understand. What's the error message? What functionality would you like?

Re: classify by step

Posted: Thu Oct 03, 2013 4:27 am
by maxchen
uncomment the 5th line or 6th line, both will lead to errors.

Re: classify by step

Posted: Thu Oct 03, 2013 11:29 am
by EViews Glenn
Thanks for pointing this one out. Fixed and checked into code. Should appear in next patch.