classify by step
Posted: Sun Sep 29, 2013 6:09 pm
EV8, 32bit, 2013-09-202 patch
in the following test code, data from http://www.eviews.com/Learning/AllTutorials.zip
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.
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