NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      


NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      


REGRESSION 1  STARTS AT 3 AND ENDS AT 11 AND IS POLYN .
REGRESSION 2  STARTS AT 8 AND ENDS AT 16 AND IS POLYN .
REGRESSION 3  STARTS AT 12 AND ENDS AT 19 AND IS POLYN .
REGRESSION 4  STARTS AT 17 AND ENDS AT 24 AND IS POLYN .
REGRESSION 5  STARTS AT 22 AND ENDS AT 28 AND IS POLYN .
REGRESSION 6  STARTS AT 26 AND ENDS AT 33 AND IS POLYN .
NOTE: Missing values were generated as a result of performing an operation on missing values.
      Each place is given by: (Number of times) at (Line):(Column).
      9 at 44:92    8 at 44:190   
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_4REG1.
NOTE: The data set DEHEAP.CNTL_REG has 6 observations and 4 variables.
NOTE: The data set WORK.XXCNTL_REG has 6 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      

N_REGS=6

NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      50:135   50:157   
Regression is:
proc reg data=DEHEAP.EXMPL1_4reg1 noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=  
        11;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=DEHEAP.reg1  p=_p_  ;
run;
Regression is:
proc reg data=DEHEAP.EXMPL1_4reg1 noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=  
        16;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=DEHEAP.reg2  p=_p_  ;
run;
Regression is:
proc reg data=DEHEAP.EXMPL1_4reg1 noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=  
        19;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=DEHEAP.reg3  p=_p_  ;
run;
Regression is:
proc reg data=DEHEAP.EXMPL1_4reg1 noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=  
        24;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=DEHEAP.reg4  p=_p_  ;
run;
Regression is:
proc reg data=DEHEAP.EXMPL1_4reg1 noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=  
        28;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=DEHEAP.reg5  p=_p_  ;
run;
Regression is:
proc reg data=DEHEAP.EXMPL1_4reg1 noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=  
        33;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=DEHEAP.reg6  p=_p_  ;
run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data DEHEAP.reg1 ;set DEHEAP.reg1 ;nn=1 ;run;data DEHEAP.reg2 ;set DEHEAP.reg2 ;nn=2 ;run;data DEHEA
P.reg3 ;set DEHEAP.reg3 ;nn=3 ;run;data DEHEAP.reg4 ;set DEHEAP.reg4 ;nn=4 ;run;data DEHEAP.reg5 ;se
t DEHEAP.reg5 ;nn=5 ;run;data DEHEAP.reg6 ;set DEHEAP.reg6 ;nn=6 ;run;
Regression combine is:
data &lib..reg_comb;set &lib..reg1 &lib..reg2 &lib..reg3 &lib..reg4 &lib..reg5 &lib..reg6;keep daysh
unt count _p_ heap nn;if log_p ne . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set DEHEAP.CNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

NOTE: Writing HTML Body file: sashtml.htm


NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           1.80 seconds
      cpu time            1.59 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.25 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.25 seconds
      cpu time            0.25 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.25 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG5 has 7 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.25 seconds
      cpu time            0.25 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG6 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.25 seconds
      cpu time            0.24 seconds
      


NOTE: There were 9 observations read from the data set DEHEAP.REG1.
NOTE: The data set DEHEAP.REG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set DEHEAP.REG2.
NOTE: The data set DEHEAP.REG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set DEHEAP.REG3.
NOTE: The data set DEHEAP.REG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set DEHEAP.REG4.
NOTE: The data set DEHEAP.REG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 7 observations read from the data set DEHEAP.REG5.
NOTE: The data set DEHEAP.REG5 has 7 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set DEHEAP.REG6.
NOTE: The data set DEHEAP.REG6 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set DEHEAP.REG1.
NOTE: There were 9 observations read from the data set DEHEAP.REG2.
NOTE: There were 8 observations read from the data set DEHEAP.REG3.
NOTE: There were 8 observations read from the data set DEHEAP.REG4.
NOTE: There were 7 observations read from the data set DEHEAP.REG5.
NOTE: There were 8 observations read from the data set DEHEAP.REG6.
NOTE: The data set DEHEAP.REG_COMB has 49 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.REG_COMB has 49 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 49 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.REG_COMB has 49 observations and 6 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.REG_COMB has 49 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.REG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.REG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.REG_SUM has 31 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.10 seconds
      cpu time            0.09 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.CNTL_DATA.
NOTE: There were 31 observations read from the data set DEHEAP.REG_SUM.
NOTE: The data set DEHEAP.REG_SUM has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_4REG1.
NOTE: There were 34 observations read from the data set DEHEAP.REG_SUM.
NOTE: There were 34 observations read from the data set DEHEAP.CNTL_DATA.
NOTE: There were 8 observations read from the data set DEHEAP.CNTL_HEAPS.
NOTE: The data set DEHEAP.SMOOTH_WITH_HEAPS has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.06 seconds
      

confident_up_to=10 cep3-cep10 0

NOTE: There were 34 observations read from the data set DEHEAP.SMOOTH_WITH_HEAPS.
NOTE: The data set DEHEAP.CONFIDENT has 10 observations and 2 variables.
NOTE: The data set DEHEAP.SMTH_CONFDNT_OUT has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=921.87158306
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=539.57075957
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1775.2718849
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1775.2718849
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=446.61403694
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=618.55448901
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=552.88649334
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=552.88649334
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=38.850348763
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=101.21428571
NOTE: There were 34 observations read from the data set DEHEAP.SMTH_CONFDNT_OUT.
NOTE: There were 8 observations read from the data set DEHEAP.CNTL_HEAPS.
NOTE: The data set DEHEAP.EXMPL1PRE_OVERALL1 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      


heap_total=4994.8338813
NOTE: There were 10 observations read from the data set DEHEAP.EXMPL1PRE_OVERALL1.
NOTE: The data set DEHEAP.EXMPL1_OVERALL1 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL1.
NOTE: The data set DEHEAP.HEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:53   7:75   
Regression is:
proc reg data=DEHEAP.heap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=   
       11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=DEHEAP.reg1  p=_p_  ;
run;
Regression is:
proc reg data=DEHEAP.heap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=   
       16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=DEHEAP.reg2  p=_p_  ;
run;
Regression is:
proc reg data=DEHEAP.heap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=   
       19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=DEHEAP.reg3  p=_p_  ;
run;
Regression is:
proc reg data=DEHEAP.heap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=   
       24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=DEHEAP.reg4  p=_p_  ;
run;
Regression is:
proc reg data=DEHEAP.heap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=   
       28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=DEHEAP.reg5  p=_p_  ;
run;
Regression is:
proc reg data=DEHEAP.heap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=   
       33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=DEHEAP.reg6  p=_p_  ;
run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data DEHEAP.reg1 ;set DEHEAP.reg1 ;nn=1 ;run;data DEHEAP.reg2 ;set DEHEAP.reg2 ;nn=2 ;run;data DEHEA
P.reg3 ;set DEHEAP.reg3 ;nn=3 ;run;data DEHEAP.reg4 ;set DEHEAP.reg4 ;nn=4 ;run;data DEHEAP.reg5 ;se
t DEHEAP.reg5 ;nn=5 ;run;data DEHEAP.reg6 ;set DEHEAP.reg6 ;nn=6 ;run;
Regression combine is:
data &lib..reg_comb;set &lib..reg1 &lib..reg2 &lib..reg3 &lib..reg4 &lib..reg5 &lib..reg6;keep daysh
unt count _p_  nn;if log_p ne . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set DEHEAP.CNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.23 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set DEHEAP.REG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set DEHEAP.REG1.
NOTE: The data set DEHEAP.REG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set DEHEAP.REG2.
NOTE: The data set DEHEAP.REG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set DEHEAP.REG3.
NOTE: The data set DEHEAP.REG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set DEHEAP.REG4.
NOTE: The data set DEHEAP.REG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set DEHEAP.REG5.
NOTE: The data set DEHEAP.REG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set DEHEAP.REG6.
NOTE: The data set DEHEAP.REG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set DEHEAP.REG1.
NOTE: There were 9 observations read from the data set DEHEAP.REG2.
NOTE: There were 8 observations read from the data set DEHEAP.REG3.
NOTE: There were 8 observations read from the data set DEHEAP.REG4.
NOTE: There were 6 observations read from the data set DEHEAP.REG5.
NOTE: There were 2 observations read from the data set DEHEAP.REG6.
NOTE: The data set DEHEAP.REG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.REG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.REG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.REG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.REG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.REG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set DEHEAP.REG_COMB.
NOTE: The data set DEHEAP.EXMPL1_OVERALL1_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.05 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL1.
NOTE: There were 25 observations read from the data set DEHEAP.EXMPL1_OVERALL1_R.
NOTE: The data set DEHEAP.EXMPL1_OVERALL1_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: The file "C:\DEHEAP4\EXMPL1_summary_out.txt" is:
      Filename=C:\DEHEAP4\EXMPL1_summary_out.txt,
      RECFM=V,LRECL=256,File Size (bytes)=1250,
      Last Modified=March 12, 2014 21:58:02 o'cloc,
      Create Time=March 11, 2014 20:57:39 o'cloc

NOTE: 16 records were written to the file "C:\DEHEAP4\EXMPL1_summary_out.txt".
      The minimum record length was 0.
      The maximum record length was 95.
NOTE: There were 10 observations read from the data set DEHEAP.CONFIDENT.
NOTE: There were 34 observations read from the data set DEHEAP.SMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL1_C.
NOTE: The data set DEHEAP.EXMPL1_SMOOTH_OUT1 has 34 observations and 14 variables.
NOTE: The data set DEHEAP.EXMPL1_4_ITER1 has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      

"--------------------------------------------------------------------------------------------"
"-----------Iteration 1 Estimates (1st estimate with an estimated deheaped Fn)--------------"
"--------------------------------------------------------------------------------------------"
iter_num=1 iter_next=2
con_enum_pwr=1 confident_up_to=10 cep3-cep10 0       iter_num=1 iter_next=2

j=1 cep1=1  j=2 cep2=1  j=3 cep3=0  j=4 cep4=0  j=5 cep5=0  j=6 cep6=0  j=7 cep7=0  j=8 cep8=0  j=9
cep9=0  j=10 cep10=0
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_4_ITER1.
NOTE: The data set DEHEAP.CONFIDENT_ITER1 has 10 observations and 2 variables.
NOTE: The data set DEHEAP.SMTH_CONFDNT_OUT_ITER1 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=921.87158306
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=539.57075957
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1775.2718849
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1775.2718849
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=446.61403694
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=618.55448901
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=552.88649334
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=552.88649334
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=38.850348763
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=101.21428571
NOTE: There were 34 observations read from the data set DEHEAP.SMTH_CONFDNT_OUT_ITER1.
NOTE: There were 8 observations read from the data set DEHEAP.CNTL_HEAPS.
NOTE: The data set DEHEAP.EXMPL1PRE_OVERALL2 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.06 seconds
      


heap_total=4994.8338813
NOTE: There were 10 observations read from the data set DEHEAP.EXMPL1PRE_OVERALL2.
NOTE: The data set DEHEAP.EXMPL1_OVERALL2 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL2.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.24 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set DEHEAP.EXMPL1_OVERALL2_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL2.
NOTE: There were 25 observations read from the data set DEHEAP.EXMPL1_OVERALL2_R.
NOTE: The data set DEHEAP.EXMPL1_OVERALL2_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: The file "C:\DEHEAP4\EXMPL1_summary_out.txt" is:
      Filename=C:\DEHEAP4\EXMPL1_summary_out.txt,
      RECFM=V,LRECL=256,File Size (bytes)=0,
      Last Modified=March 13, 2014 09:56:16 o'cloc,
      Create Time=March 11, 2014 20:57:39 o'cloc

---Iteration 1 (Final) for dayshunt -- Output label is EXMPL1
     Mean & total bias % is    2.77% with the estimated % of respondents heapers= 26.0% 
        and with observed total dayshunt=138213  while deheaped total dayshunt=134326 .
        NOTE: Deheaped total dayshunt corrected for # of respondents deheaped #= 134391
     Adjustment is because 19169  respondent are in the data.
     Deheaping involves regression estimates giving deheaped # of respondents as 19159 .
     Observed mean dayshunt is   7.21 while the deheaped mean is   7.01.
     NOTE: If responses at 34 are ignored, bias is:  2.766%. This bias is only for
       responses subject to deheaping (dayshunt=34 may be pooled causing bias or exact).
     NOTE: Positive bias shows observed is too large by the % given.
     NOTE: Bias is corrected for for observed number of responses NE to deheaped number.



--------------------------------------------------------------------------------------------
NOTE: 0 records were written to the file "C:\DEHEAP4\EXMPL1_summary_out.txt".
NOTE: There were 10 observations read from the data set DEHEAP.CONFIDENT.
NOTE: There were 34 observations read from the data set DEHEAP.SMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL2_C.
NOTE: The data set DEHEAP.EXMPL1_SMOOTH_OUT2 has 34 observations and 16 variables.
NOTE: The data set DEHEAP.EXMPL1_4_ITER2 has 34 observations and 5 variables.
NOTE: The data set DEHEAP.EXMPL1_ESTIMATES_1 has 1 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.10 seconds
      cpu time            0.09 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 2 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=2 iter_next=3
con_enum_pwr=1 confident_up_to=10 cep3-cep10 0       iter_num=2 iter_next=3

j=1 cep1=1  j=2 cep2=1  j=3 cep3=0  j=4 cep4=0  j=5 cep5=0  j=6 cep6=0  j=7 cep7=0  j=8 cep8=0  j=9
cep9=0  j=10 cep10=0
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_4_ITER2.
NOTE: The data set DEHEAP.CONFIDENT_ITER2 has 10 observations and 2 variables.
NOTE: The data set DEHEAP.SMTH_CONFDNT_OUT_ITER2 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=921.87158306
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=539.57075957
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1775.2718849
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1775.2718849
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=446.61403694
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=618.55448901
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=552.88649334
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=552.88649334
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=38.850348763
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=101.21428571
NOTE: There were 34 observations read from the data set DEHEAP.SMTH_CONFDNT_OUT_ITER2.
NOTE: There were 8 observations read from the data set DEHEAP.CNTL_HEAPS.
NOTE: The data set DEHEAP.EXMPL1PRE_OVERALL3 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


heap_total=4994.8338813
NOTE: There were 10 observations read from the data set DEHEAP.EXMPL1PRE_OVERALL3.
NOTE: The data set DEHEAP.EXMPL1_OVERALL3 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL3.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set DEHEAP.EXMPL1_OVERALL3_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL3.
NOTE: There were 25 observations read from the data set DEHEAP.EXMPL1_OVERALL3_R.
NOTE: The data set DEHEAP.EXMPL1_OVERALL3_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: The file "C:\DEHEAP4\EXMPL1_summary_out.txt" is:
      Filename=C:\DEHEAP4\EXMPL1_summary_out.txt,
      RECFM=V,LRECL=256,File Size (bytes)=0,
      Last Modified=March 13, 2014 09:56:19 o'cloc,
      Create Time=March 11, 2014 20:57:39 o'cloc

---Iteration 2 (Final) for dayshunt -- Output label is EXMPL1
     Mean & total bias % is    2.77% with the estimated % of respondents heapers= 26.0% 
        and with observed total dayshunt=138213  while deheaped total dayshunt=134301 .
        NOTE: Deheaped total dayshunt corrected for # of respondents deheaped #= 134379
     Adjustment is because 19169  respondent are in the data.
     Deheaping involves regression estimates giving deheaped # of respondents as 19157 .
     Observed mean dayshunt is   7.21 while the deheaped mean is   7.01.
     NOTE: If responses at 34 are ignored, bias is:  2.774%. This bias is only for
       responses subject to deheaping (dayshunt=34 may be pooled causing bias or exact).
     NOTE: Positive bias shows observed is too large by the % given.
     NOTE: Bias is corrected for for observed number of responses NE to deheaped number.



--------------------------------------------------------------------------------------------
NOTE: 0 records were written to the file "C:\DEHEAP4\EXMPL1_summary_out.txt".
NOTE: There were 10 observations read from the data set DEHEAP.CONFIDENT.
NOTE: There were 34 observations read from the data set DEHEAP.SMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL3_C.
NOTE: The data set DEHEAP.EXMPL1_SMOOTH_OUT3 has 34 observations and 16 variables.
NOTE: The data set DEHEAP.EXMPL1_4_ITER3 has 34 observations and 5 variables.
NOTE: The data set DEHEAP.EXMPL1_ESTIMATES_2 has 1 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.09 seconds
      cpu time            0.07 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 3 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=3 iter_next=4
con_enum_pwr=1 confident_up_to=10 cep3-cep10 0       iter_num=3 iter_next=4

j=1 cep1=1  j=2 cep2=1  j=3 cep3=0  j=4 cep4=0  j=5 cep5=0  j=6 cep6=0  j=7 cep7=0  j=8 cep8=0  j=9
cep9=0  j=10 cep10=0
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_4_ITER3.
NOTE: The data set DEHEAP.CONFIDENT_ITER3 has 10 observations and 2 variables.
NOTE: The data set DEHEAP.SMTH_CONFDNT_OUT_ITER3 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.04 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=921.87158306
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=539.57075957
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1775.2718849
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1775.2718849
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=446.61403694
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=618.55448901
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=552.88649334
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=552.88649334
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=38.850348763
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=101.21428571
NOTE: There were 34 observations read from the data set DEHEAP.SMTH_CONFDNT_OUT_ITER3.
NOTE: There were 8 observations read from the data set DEHEAP.CNTL_HEAPS.
NOTE: The data set DEHEAP.EXMPL1PRE_OVERALL4 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      


heap_total=4994.8338813
NOTE: There were 10 observations read from the data set DEHEAP.EXMPL1PRE_OVERALL4.
NOTE: The data set DEHEAP.EXMPL1_OVERALL4 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL4.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.25 seconds
      cpu time            0.24 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set DEHEAP.EXMPL1_OVERALL4_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL4.
NOTE: There were 25 observations read from the data set DEHEAP.EXMPL1_OVERALL4_R.
NOTE: The data set DEHEAP.EXMPL1_OVERALL4_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: The file "C:\DEHEAP4\EXMPL1_summary_out.txt" is:
      Filename=C:\DEHEAP4\EXMPL1_summary_out.txt,
      RECFM=V,LRECL=256,File Size (bytes)=0,
      Last Modified=March 13, 2014 09:56:21 o'cloc,
      Create Time=March 11, 2014 20:57:39 o'cloc

---Iteration 3 (Final) for dayshunt -- Output label is EXMPL1
     Mean & total bias % is    2.79% with the estimated % of respondents heapers= 26.0% 
        and with observed total dayshunt=138213  while deheaped total dayshunt=134269 .
        NOTE: Deheaped total dayshunt corrected for # of respondents deheaped #= 134352
     Adjustment is because 19169  respondent are in the data.
     Deheaping involves regression estimates giving deheaped # of respondents as 19157 .
     Observed mean dayshunt is   7.21 while the deheaped mean is   7.01.
     NOTE: If responses at 34 are ignored, bias is:  2.793%. This bias is only for
       responses subject to deheaping (dayshunt=34 may be pooled causing bias or exact).
     NOTE: Positive bias shows observed is too large by the % given.
     NOTE: Bias is corrected for for observed number of responses NE to deheaped number.



--------------------------------------------------------------------------------------------
NOTE: 0 records were written to the file "C:\DEHEAP4\EXMPL1_summary_out.txt".
NOTE: There were 10 observations read from the data set DEHEAP.CONFIDENT.
NOTE: There were 34 observations read from the data set DEHEAP.SMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL4_C.
NOTE: The data set DEHEAP.EXMPL1_SMOOTH_OUT4 has 34 observations and 16 variables.
NOTE: The data set DEHEAP.EXMPL1_4_ITER4 has 34 observations and 5 variables.
NOTE: The data set DEHEAP.EXMPL1_ESTIMATES_3 has 1 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.09 seconds
      cpu time            0.09 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 4 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=4 iter_next=5
con_enum_pwr=1 confident_up_to=10 cep3-cep10 0       iter_num=4 iter_next=5

j=1 cep1=1  j=2 cep2=1  j=3 cep3=0  j=4 cep4=0  j=5 cep5=0  j=6 cep6=0  j=7 cep7=0  j=8 cep8=0  j=9
cep9=0  j=10 cep10=0
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_4_ITER4.
NOTE: The data set DEHEAP.CONFIDENT_ITER4 has 10 observations and 2 variables.
NOTE: The data set DEHEAP.SMTH_CONFDNT_OUT_ITER4 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=921.87158306
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=539.57075957
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1775.2718849
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1775.2718849
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=446.61403694
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=618.55448901
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=552.88649334
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=552.88649334
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=38.850348763
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=101.21428571
NOTE: There were 34 observations read from the data set DEHEAP.SMTH_CONFDNT_OUT_ITER4.
NOTE: There were 8 observations read from the data set DEHEAP.CNTL_HEAPS.
NOTE: The data set DEHEAP.EXMPL1PRE_OVERALL5 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


heap_total=4994.8338813
NOTE: There were 10 observations read from the data set DEHEAP.EXMPL1PRE_OVERALL5.
NOTE: The data set DEHEAP.EXMPL1_OVERALL5 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL5.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.25 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.01 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set DEHEAP.EXMPL1_OVERALL5_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL5.
NOTE: There were 25 observations read from the data set DEHEAP.EXMPL1_OVERALL5_R.
NOTE: The data set DEHEAP.EXMPL1_OVERALL5_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: The file "C:\DEHEAP4\EXMPL1_summary_out.txt" is:
      Filename=C:\DEHEAP4\EXMPL1_summary_out.txt,
      RECFM=V,LRECL=256,File Size (bytes)=0,
      Last Modified=March 13, 2014 09:56:24 o'cloc,
      Create Time=March 11, 2014 20:57:39 o'cloc

---Iteration 4 (Final) for dayshunt -- Output label is EXMPL1
     Mean & total bias % is    2.80% with the estimated % of respondents heapers= 26.0% 
        and with observed total dayshunt=138213  while deheaped total dayshunt=134253 .
        NOTE: Deheaped total dayshunt corrected for # of respondents deheaped #= 134338
     Adjustment is because 19169  respondent are in the data.
     Deheaping involves regression estimates giving deheaped # of respondents as 19156 .
     Observed mean dayshunt is   7.21 while the deheaped mean is   7.01.
     NOTE: If responses at 34 are ignored, bias is:  2.804%. This bias is only for
       responses subject to deheaping (dayshunt=34 may be pooled causing bias or exact).
     NOTE: Positive bias shows observed is too large by the % given.
     NOTE: Bias is corrected for for observed number of responses NE to deheaped number.



--------------------------------------------------------------------------------------------
NOTE: 0 records were written to the file "C:\DEHEAP4\EXMPL1_summary_out.txt".
NOTE: There were 10 observations read from the data set DEHEAP.CONFIDENT.
NOTE: There were 34 observations read from the data set DEHEAP.SMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL5_C.
NOTE: The data set DEHEAP.EXMPL1_SMOOTH_OUT5 has 34 observations and 16 variables.
NOTE: The data set DEHEAP.EXMPL1_4_ITER5 has 34 observations and 5 variables.
NOTE: The data set DEHEAP.EXMPL1_ESTIMATES_4 has 1 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.09 seconds
      cpu time            0.07 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 5 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=5 iter_next=6
con_enum_pwr=1 confident_up_to=10 cep3-cep10 0       iter_num=5 iter_next=6

j=1 cep1=1  j=2 cep2=1  j=3 cep3=0  j=4 cep4=0  j=5 cep5=0  j=6 cep6=0  j=7 cep7=0  j=8 cep8=0  j=9
cep9=0  j=10 cep10=0
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_4_ITER5.
NOTE: The data set DEHEAP.CONFIDENT_ITER5 has 10 observations and 2 variables.
NOTE: The data set DEHEAP.SMTH_CONFDNT_OUT_ITER5 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=921.87158306
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=539.57075957
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1775.2718849
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1775.2718849
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=446.61403694
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=618.55448901
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=552.88649334
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=552.88649334
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=38.850348763
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=101.21428571
NOTE: There were 34 observations read from the data set DEHEAP.SMTH_CONFDNT_OUT_ITER5.
NOTE: There were 8 observations read from the data set DEHEAP.CNTL_HEAPS.
NOTE: The data set DEHEAP.EXMPL1PRE_OVERALL6 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


heap_total=4994.8338813
NOTE: There were 10 observations read from the data set DEHEAP.EXMPL1PRE_OVERALL6.
NOTE: The data set DEHEAP.EXMPL1_OVERALL6 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL6.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.24 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set DEHEAP.EXMPL1_OVERALL6_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL6.
NOTE: There were 25 observations read from the data set DEHEAP.EXMPL1_OVERALL6_R.
NOTE: The data set DEHEAP.EXMPL1_OVERALL6_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: The file "C:\DEHEAP4\EXMPL1_summary_out.txt" is:
      Filename=C:\DEHEAP4\EXMPL1_summary_out.txt,
      RECFM=V,LRECL=256,File Size (bytes)=0,
      Last Modified=March 13, 2014 09:56:27 o'cloc,
      Create Time=March 11, 2014 20:57:39 o'cloc

NOTE: 15 records were written to the file "C:\DEHEAP4\EXMPL1_summary_out.txt".
      The minimum record length was 0.
      The maximum record length was 92.
NOTE: There were 10 observations read from the data set DEHEAP.CONFIDENT.
NOTE: There were 34 observations read from the data set DEHEAP.SMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_OVERALL6_C.
NOTE: The data set DEHEAP.EXMPL1_SMOOTH_OUT6 has 34 observations and 16 variables.
NOTE: The data set DEHEAP.EXMPL1_4_ITER6 has 34 observations and 5 variables.
NOTE: The data set DEHEAP.EXMPL1_ESTIMATES_5 has 1 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.10 seconds
      cpu time            0.10 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.CNTL_DATA.
NOTE: There were 34 observations read from the data set DEHEAP.SMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_SMOOTH_OUT1.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_SMOOTH_OUT2.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_SMOOTH_OUT3.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_SMOOTH_OUT4.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_SMOOTH_OUT5.
NOTE: There were 34 observations read from the data set DEHEAP.EXMPL1_SMOOTH_OUT6.
NOTE: The data set DEHEAP.EXMPL1_ITERATION has 34 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.14 seconds
      cpu time            0.14 seconds
      


NOTE: There were 1 observations read from the data set DEHEAP.EXMPL1_ESTIMATES_1.
NOTE: There were 1 observations read from the data set DEHEAP.EXMPL1_ESTIMATES_2.
NOTE: There were 1 observations read from the data set DEHEAP.EXMPL1_ESTIMATES_3.
NOTE: There were 1 observations read from the data set DEHEAP.EXMPL1_ESTIMATES_4.
NOTE: There were 1 observations read from the data set DEHEAP.EXMPL1_ESTIMATES_5.
NOTE: The data set DEHEAP.EXMPL1_ESTIMATES has 5 observations and 12 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.04 seconds
      


NOTE: The file DEHEAP.CNTL_DIST_HEAP_REG (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_6P3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V7 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: Deleting DEHEAP.CONFIDENT (memtype=DATA).
NOTE: Deleting DEHEAP.CONFIDENT_ITER1 (memtype=DATA).
NOTE: Deleting DEHEAP.CONFIDENT_ITER2 (memtype=DATA).
NOTE: Deleting DEHEAP.CONFIDENT_ITER3 (memtype=DATA).
NOTE: Deleting DEHEAP.CONFIDENT_ITER4 (memtype=DATA).
NOTE: Deleting DEHEAP.CONFIDENT_ITER5 (memtype=DATA).
NOTE: Deleting DEHEAP.HEAP_LOC (memtype=DATA).
NOTE: Deleting DEHEAP.HEAP_SPREAD (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_ESTIMATES_1 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_ESTIMATES_2 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_ESTIMATES_3 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_ESTIMATES_4 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_ESTIMATES_5 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1PRE_OVERALL1 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1PRE_OVERALL2 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1PRE_OVERALL3 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1PRE_OVERALL4 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1PRE_OVERALL5 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1PRE_OVERALL6 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_4REG1 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_4_ITER1 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_4_ITER2 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_4_ITER3 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_4_ITER4 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_4_ITER5 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_4_ITER6 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL1 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL1_C (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL1_R (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL2 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL2_C (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL2_R (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL3 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL3_C (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL3_R (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL4 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL4_C (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL4_R (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL5 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL5_C (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL5_R (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL6 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL6_C (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_OVERALL6_R (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_SMOOTH_OUT1 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_SMOOTH_OUT2 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_SMOOTH_OUT3 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_SMOOTH_OUT4 (memtype=DATA).
NOTE: Deleting DEHEAP.EXMPL1_SMOOTH_OUT5 (memtype=DATA).
NOTE: Deleting DEHEAP.REG1 (memtype=DATA).
NOTE: Deleting DEHEAP.REG2 (memtype=DATA).
NOTE: Deleting DEHEAP.REG3 (memtype=DATA).
NOTE: Deleting DEHEAP.REG4 (memtype=DATA).
NOTE: Deleting DEHEAP.REG5 (memtype=DATA).
NOTE: Deleting DEHEAP.REG6 (memtype=DATA).
NOTE: Deleting DEHEAP.REG_COMB (memtype=DATA).
NOTE: Deleting DEHEAP.REG_SUM (memtype=DATA).
NOTE: Deleting DEHEAP.SMOOTH_WITH_HEAPS (memtype=DATA).
NOTE: Deleting DEHEAP.SMTH_CONFDNT_OUT (memtype=DATA).
NOTE: Deleting DEHEAP.SMTH_CONFDNT_OUT_ITER1 (memtype=DATA).
NOTE: Deleting DEHEAP.SMTH_CONFDNT_OUT_ITER2 (memtype=DATA).
NOTE: Deleting DEHEAP.SMTH_CONFDNT_OUT_ITER3 (memtype=DATA).
NOTE: Deleting DEHEAP.SMTH_CONFDNT_OUT_ITER4 (memtype=DATA).
NOTE: Deleting DEHEAP.SMTH_CONFDNT_OUT_ITER5 (memtype=DATA).
NOTE: PROCEDURE DATASETS used (Total process time):
      real time           1.07 seconds
      cpu time            1.07 seconds
      

NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      


NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

meanlist=BIAS_mn pcnt_rsp_in_hps_mn   stdlist=BIAS_sd pcnt_rsp_in_hps_sd

NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.CNTL_DATA.
NOTE: The data set WORK.XXCNTL_DATA has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Character values have been converted to numeric values at the places given by: 
      (Line):(Column).
      12:105   12:168   
NOTE: The data set WORK.XXCNTL_HEAPS has 8 observations and 2 variables.
NOTE: The data set WORK.XXHEAP_LOC has 8 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 8 observations read from the data set WORK.XXHEAP_LOC.
NOTE: The data set WORK.XXITER_4REG1 has 34 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      

N_HEAPS=8

REGRESSION 1  STARTS AT 3 AND ENDS AT 11 AND IS POLYN .
REGRESSION 2  STARTS AT 8 AND ENDS AT 16 AND IS POLYN .
REGRESSION 3  STARTS AT 12 AND ENDS AT 19 AND IS POLYN .
REGRESSION 4  STARTS AT 17 AND ENDS AT 24 AND IS POLYN .
REGRESSION 5  STARTS AT 22 AND ENDS AT 28 AND IS POLYN .
REGRESSION 6  STARTS AT 26 AND ENDS AT 33 AND IS POLYN .
NOTE: Missing values were generated as a result of performing an operation on missing values.
      Each place is given by: (Number of times) at (Line):(Column).
      9 at 21:40    8 at 21:138   
NOTE: There were 34 observations read from the data set WORK.XXITER_4REG1.
NOTE: The data set WORK.XXCNTL_REG has 6 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      

N_REGS=6

NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      26:132   26:154   
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=         
 11;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=         
 16;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=         
 19;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=         
 24;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=         
 28;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=         
 33;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_ heap nn;if log
_p ne . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 7 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.01 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 7 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 7 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 7 observations read from the data set WORK.XXREG5.
NOTE: There were 8 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 6 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_SUM has 31 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 31 observations read from the data set WORK.XXREG_SUM.
NOTE: The data set WORK.XXREG_SUM has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_4REG1.
NOTE: There were 34 observations read from the data set WORK.XXREG_SUM.
NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXSMOOTH_WITH_HEAPS has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.06 seconds
      

confident_up_to=10 cep3-cep10 0

NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: The data set WORK.XXCONFIDENT has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=958.61024182
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=566.51369132
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1709.0144572
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1709.0144572
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=406.29710081
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=663.68354781
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=559.27488903
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=559.27488903
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=40.672479391
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=99.214285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL1 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=5003.2806931
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL1.
NOTE: The data set WORK.XXITER_OVERALL1 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.24 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL1_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL1_R.
NOTE: The data set WORK.XXITER_OVERALL1_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


---------Output from Trend of Deheaped Fn (Input to iteration 1): Output to: iter------------
     Bias percent is   3.225% with the estimated % of respondents heapers= 26.2% 
--------------------------------------------------------------------------------------------
NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT1 has 34 observations and 14 variables.
NOTE: The data set WORK.XXITER_4_ITER1 has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      

"--------------------------------------------------------------------------------------------"
"-----------Iteration 1 Estimates (1st estimate with an estimated deheaped Fn)--------------"
"--------------------------------------------------------------------------------------------"
iter_num=1 iter_next=2
confident_up_to=10 cep3-cep10 0  iter_num=1 iter_next=2

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER1.
NOTE: The data set WORK.XXCONFIDENT_ITER1 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER1 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=958.61024182
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=566.51369132
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1709.0144572
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1709.0144572
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=406.29710081
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=663.68354781
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=559.27488903
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=559.27488903
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=40.672479391
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=99.214285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER1.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL2 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=5003.2806931
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL2.
NOTE: The data set WORK.XXITER_OVERALL2 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.21 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL2_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL2_R.
NOTE: The data set WORK.XXITER_OVERALL2_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT2 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER2 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_1 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.09 seconds
      cpu time            0.09 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 2 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=2 iter_next=3
confident_up_to=10 cep3-cep10 0  iter_num=2 iter_next=3

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER2.
NOTE: The data set WORK.XXCONFIDENT_ITER2 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER2 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=958.61024182
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=566.51369132
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1709.0144572
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1709.0144572
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=406.29710081
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=663.68354781
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=559.27488903
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=559.27488903
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=40.672479391
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=99.214285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER2.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL3 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=5003.2806931
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL3.
NOTE: The data set WORK.XXITER_OVERALL3 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.24 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.23 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL3_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL3_R.
NOTE: The data set WORK.XXITER_OVERALL3_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT3 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER3 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_2 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.09 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 3 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=3 iter_next=4
confident_up_to=10 cep3-cep10 0  iter_num=3 iter_next=4

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER3.
NOTE: The data set WORK.XXCONFIDENT_ITER3 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER3 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.04 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=958.61024182
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=566.51369132
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1709.0144572
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1709.0144572
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=406.29710081
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=663.68354781
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=559.27488903
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=559.27488903
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=40.672479391
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=99.214285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER3.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL4 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      


heap_total=5003.2806931
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL4.
NOTE: The data set WORK.XXITER_OVERALL4 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL4_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL4_R.
NOTE: The data set WORK.XXITER_OVERALL4_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT4 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER4 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_3 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.07 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 4 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=4 iter_next=5
confident_up_to=10 cep3-cep10 0  iter_num=4 iter_next=5

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER4.
NOTE: The data set WORK.XXCONFIDENT_ITER4 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER4 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=958.61024182
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=566.51369132
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1709.0144572
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1709.0144572
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=406.29710081
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=663.68354781
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=559.27488903
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=559.27488903
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=40.672479391
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=99.214285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER4.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL5 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.06 seconds
      


heap_total=5003.2806931
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL5.
NOTE: The data set WORK.XXITER_OVERALL5 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.24 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL5_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL5_R.
NOTE: The data set WORK.XXITER_OVERALL5_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT5 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER5 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_4 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.09 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 5 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=5 iter_next=6
confident_up_to=10 cep3-cep10 0  iter_num=5 iter_next=6

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER5.
NOTE: The data set WORK.XXCONFIDENT_ITER5 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER5 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=958.61024182
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=566.51369132
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1709.0144572
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1709.0144572
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=406.29710081
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=663.68354781
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=559.27488903
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=559.27488903
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=40.672479391
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=99.214285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER5.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL6 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.07 seconds
      


heap_total=5003.2806931
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL6.
NOTE: The data set WORK.XXITER_OVERALL6 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.24 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL6_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL6_R.
NOTE: The data set WORK.XXITER_OVERALL6_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


---Estimation repeat 1 gives mean/total   2.748% with % of respondents heapers= 26.1% 
NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT6 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER6 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_5 has 1 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.09 seconds
      cpu time            0.09 seconds
      


NOTE: There were 1 observations read from the data set WORK.XXITER_ESTIMATES_5.
NOTE: The data set WORK.XXITER_REP1 has 1 observations and 12 variables.
NOTE: DATA statement used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
      


NOTE: The file DEHEAP.CNTL_DIST_HEAP_REG (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.CONFIDENT_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.HEAP_LOC (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.HEAP_SPREAD (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4REG1 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_6P3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V7 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.REG1 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG2 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG3 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG4 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG5 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG6 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG_COMB (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG_SUM (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.SMOOTH_WITH_HEAPS (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: PROCEDURE DATASETS used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.CNTL_DATA.
NOTE: The data set WORK.XXCNTL_DATA has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: Character values have been converted to numeric values at the places given by: 
      (Line):(Column).
      96:105   96:168   
NOTE: The data set WORK.XXCNTL_HEAPS has 8 observations and 2 variables.
NOTE: The data set WORK.XXHEAP_LOC has 8 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 8 observations read from the data set WORK.XXHEAP_LOC.
NOTE: The data set WORK.XXITER_4REG1 has 34 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      

N_HEAPS=8

REGRESSION 1  STARTS AT 3 AND ENDS AT 11 AND IS POLYN .
REGRESSION 2  STARTS AT 8 AND ENDS AT 16 AND IS POLYN .
REGRESSION 3  STARTS AT 12 AND ENDS AT 19 AND IS POLYN .
REGRESSION 4  STARTS AT 17 AND ENDS AT 24 AND IS POLYN .
REGRESSION 5  STARTS AT 22 AND ENDS AT 28 AND IS POLYN .
REGRESSION 6  STARTS AT 26 AND ENDS AT 33 AND IS POLYN .
NOTE: Missing values were generated as a result of performing an operation on missing values.
      Each place is given by: (Number of times) at (Line):(Column).
      9 at 105:40    8 at 105:138   
NOTE: There were 34 observations read from the data set WORK.XXITER_4REG1.
NOTE: The data set WORK.XXCNTL_REG has 6 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      

N_REGS=6

NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      110:132   110:154   
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=         
 11;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=         
 16;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=         
 19;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=         
 24;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=         
 28;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=         
 33;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_ heap nn;if log
_p ne . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.24 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.25 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 7 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 7 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 7 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 7 observations read from the data set WORK.XXREG5.
NOTE: There were 8 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 6 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_SUM has 31 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 31 observations read from the data set WORK.XXREG_SUM.
NOTE: The data set WORK.XXREG_SUM has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_4REG1.
NOTE: There were 34 observations read from the data set WORK.XXREG_SUM.
NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXSMOOTH_WITH_HEAPS has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      

confident_up_to=10 cep3-cep10 0

NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: The data set WORK.XXCONFIDENT has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=937.45519203
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=501.45572546
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1742.6915335
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1742.6915335
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=459.24856722
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=622.27505144
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=509.03107166
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=509.03107166
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=33.70577045
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=117.71428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL1 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.07 seconds
      


heap_total=4923.5771975
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL1.
NOTE: The data set WORK.XXITER_OVERALL1 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL1_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL1_R.
NOTE: The data set WORK.XXITER_OVERALL1_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


---------Output from Trend of Deheaped Fn (Input to iteration 1): Output to: iter------------
     Bias percent is   3.237% with the estimated % of respondents heapers= 25.9% 
--------------------------------------------------------------------------------------------
NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT1 has 34 observations and 14 variables.
NOTE: The data set WORK.XXITER_4_ITER1 has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      

"--------------------------------------------------------------------------------------------"
"-----------Iteration 1 Estimates (1st estimate with an estimated deheaped Fn)--------------"
"--------------------------------------------------------------------------------------------"
iter_num=1 iter_next=2
confident_up_to=10 cep3-cep10 0  iter_num=1 iter_next=2

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER1.
NOTE: The data set WORK.XXCONFIDENT_ITER1 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER1 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=937.45519203
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=501.45572546
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1742.6915335
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1742.6915335
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=459.24856722
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=622.27505144
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=509.03107166
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=509.03107166
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=33.70577045
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=117.71428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER1.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL2 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.07 seconds
      


heap_total=4923.5771975
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL2.
NOTE: The data set WORK.XXITER_OVERALL2 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL2_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL2_R.
NOTE: The data set WORK.XXITER_OVERALL2_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT2 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER2 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_1 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.11 seconds
      cpu time            0.12 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 2 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=2 iter_next=3
confident_up_to=10 cep3-cep10 0  iter_num=2 iter_next=3

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER2.
NOTE: The data set WORK.XXCONFIDENT_ITER2 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER2 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=937.45519203
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=501.45572546
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1742.6915335
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1742.6915335
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=459.24856722
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=622.27505144
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=509.03107166
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=509.03107166
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=33.70577045
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=117.71428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER2.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL3 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.09 seconds
      


heap_total=4923.5771975
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL3.
NOTE: The data set WORK.XXITER_OVERALL3 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.30 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.25 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL3_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL3_R.
NOTE: The data set WORK.XXITER_OVERALL3_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT3 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER3 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_2 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.10 seconds
      cpu time            0.10 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 3 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=3 iter_next=4
confident_up_to=10 cep3-cep10 0  iter_num=3 iter_next=4

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER3.
NOTE: The data set WORK.XXCONFIDENT_ITER3 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER3 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=937.45519203
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=501.45572546
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1742.6915335
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1742.6915335
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=459.24856722
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=622.27505144
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=509.03107166
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=509.03107166
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=33.70577045
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=117.71428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER3.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL4 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=4923.5771975
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL4.
NOTE: The data set WORK.XXITER_OVERALL4 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.23 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL4_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL4_R.
NOTE: The data set WORK.XXITER_OVERALL4_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT4 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER4 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_3 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.10 seconds
      cpu time            0.10 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 4 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=4 iter_next=5
confident_up_to=10 cep3-cep10 0  iter_num=4 iter_next=5

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER4.
NOTE: The data set WORK.XXCONFIDENT_ITER4 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER4 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=937.45519203
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=501.45572546
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1742.6915335
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1742.6915335
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=459.24856722
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=622.27505144
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=509.03107166
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=509.03107166
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=33.70577045
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=117.71428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER4.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL5 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=4923.5771975
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL5.
NOTE: The data set WORK.XXITER_OVERALL5 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL5_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL5_R.
NOTE: The data set WORK.XXITER_OVERALL5_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT5 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER5 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_4 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.10 seconds
      cpu time            0.11 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 5 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=5 iter_next=6
confident_up_to=10 cep3-cep10 0  iter_num=5 iter_next=6

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER5.
NOTE: The data set WORK.XXCONFIDENT_ITER5 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER5 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=937.45519203
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=501.45572546
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1742.6915335
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1742.6915335
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=459.24856722
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=622.27505144
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=509.03107166
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=509.03107166
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=33.70577045
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=117.71428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER5.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL6 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=4923.5771975
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL6.
NOTE: The data set WORK.XXITER_OVERALL6 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.24 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL6_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL6_R.
NOTE: The data set WORK.XXITER_OVERALL6_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


---Estimation repeat 2 gives mean/total   2.683% with % of respondents heapers= 25.8% 
NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT6 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER6 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_5 has 1 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.11 seconds
      cpu time            0.11 seconds
      


NOTE: There were 1 observations read from the data set WORK.XXITER_ESTIMATES_5.
NOTE: The data set WORK.XXITER_REP2 has 1 observations and 12 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: The file DEHEAP.CNTL_DIST_HEAP_REG (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.CONFIDENT_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.HEAP_LOC (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.HEAP_SPREAD (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4REG1 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_6P3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V7 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.REG1 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG2 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG3 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG4 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG5 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG6 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG_COMB (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG_SUM (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.SMOOTH_WITH_HEAPS (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: PROCEDURE DATASETS used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.CNTL_DATA.
NOTE: The data set WORK.XXCNTL_DATA has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: Character values have been converted to numeric values at the places given by: 
      (Line):(Column).
      180:105   180:168   
NOTE: The data set WORK.XXCNTL_HEAPS has 8 observations and 2 variables.
NOTE: The data set WORK.XXHEAP_LOC has 8 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.06 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 8 observations read from the data set WORK.XXHEAP_LOC.
NOTE: The data set WORK.XXITER_4REG1 has 34 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      

N_HEAPS=8

REGRESSION 1  STARTS AT 3 AND ENDS AT 11 AND IS POLYN .
REGRESSION 2  STARTS AT 8 AND ENDS AT 16 AND IS POLYN .
REGRESSION 3  STARTS AT 12 AND ENDS AT 19 AND IS POLYN .
REGRESSION 4  STARTS AT 17 AND ENDS AT 24 AND IS POLYN .
REGRESSION 5  STARTS AT 22 AND ENDS AT 28 AND IS POLYN .
REGRESSION 6  STARTS AT 26 AND ENDS AT 33 AND IS POLYN .
NOTE: Missing values were generated as a result of performing an operation on missing values.
      Each place is given by: (Number of times) at (Line):(Column).
      9 at 189:40    8 at 189:138   
NOTE: There were 34 observations read from the data set WORK.XXITER_4REG1.
NOTE: The data set WORK.XXCNTL_REG has 6 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      

N_REGS=6

NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      194:132   194:154   
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=         
 11;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=         
 16;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=         
 19;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=         
 24;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=         
 28;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=         
 33;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_ heap nn;if log
_p ne . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 7 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 7 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 7 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 7 observations read from the data set WORK.XXREG5.
NOTE: There were 8 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 6 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_SUM has 31 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 31 observations read from the data set WORK.XXREG_SUM.
NOTE: The data set WORK.XXREG_SUM has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_4REG1.
NOTE: There were 34 observations read from the data set WORK.XXREG_SUM.
NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXSMOOTH_WITH_HEAPS has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      

confident_up_to=10 cep3-cep10 0

NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: The data set WORK.XXCONFIDENT has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=883.92318634
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=581.33481508
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1665.4819106
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1665.4819106
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=434.4221434
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=626.5916852
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=535.89093215
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=535.89093215
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=29.951173114
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=113.64285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL1 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.07 seconds
      


heap_total=4871.238703
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL1.
NOTE: The data set WORK.XXITER_OVERALL1 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.24 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL1_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL1_R.
NOTE: The data set WORK.XXITER_OVERALL1_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


---------Output from Trend of Deheaped Fn (Input to iteration 1): Output to: iter------------
     Bias percent is   3.243% with the estimated % of respondents heapers= 25.8% 
--------------------------------------------------------------------------------------------
NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT1 has 34 observations and 14 variables.
NOTE: The data set WORK.XXITER_4_ITER1 has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      

"--------------------------------------------------------------------------------------------"
"-----------Iteration 1 Estimates (1st estimate with an estimated deheaped Fn)--------------"
"--------------------------------------------------------------------------------------------"
iter_num=1 iter_next=2
confident_up_to=10 cep3-cep10 0  iter_num=1 iter_next=2

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER1.
NOTE: The data set WORK.XXCONFIDENT_ITER1 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER1 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=883.92318634
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=581.33481508
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1665.4819106
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1665.4819106
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=434.4221434
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=626.5916852
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=535.89093215
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=535.89093215
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=29.951173114
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=113.64285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER1.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL2 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.06 seconds
      


heap_total=4871.238703
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL2.
NOTE: The data set WORK.XXITER_OVERALL2 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.01 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL2_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.05 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL2_R.
NOTE: The data set WORK.XXITER_OVERALL2_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT2 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER2 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_1 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.10 seconds
      cpu time            0.10 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 2 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=2 iter_next=3
confident_up_to=10 cep3-cep10 0  iter_num=2 iter_next=3

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER2.
NOTE: The data set WORK.XXCONFIDENT_ITER2 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER2 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.04 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=883.92318634
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=581.33481508
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1665.4819106
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1665.4819106
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=434.4221434
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=626.5916852
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=535.89093215
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=535.89093215
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=29.951173114
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=113.64285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER2.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL3 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=4871.238703
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL3.
NOTE: The data set WORK.XXITER_OVERALL3 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.24 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.01 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL3_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL3_R.
NOTE: The data set WORK.XXITER_OVERALL3_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT3 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER3 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_2 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.11 seconds
      cpu time            0.10 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 3 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=3 iter_next=4
confident_up_to=10 cep3-cep10 0  iter_num=3 iter_next=4

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER3.
NOTE: The data set WORK.XXCONFIDENT_ITER3 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER3 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=883.92318634
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=581.33481508
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1665.4819106
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1665.4819106
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=434.4221434
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=626.5916852
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=535.89093215
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=535.89093215
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=29.951173114
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=113.64285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER3.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL4 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.09 seconds
      


heap_total=4871.238703
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL4.
NOTE: The data set WORK.XXITER_OVERALL4 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.01 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL4_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL4_R.
NOTE: The data set WORK.XXITER_OVERALL4_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT4 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER4 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_3 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.10 seconds
      cpu time            0.10 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 4 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=4 iter_next=5
confident_up_to=10 cep3-cep10 0  iter_num=4 iter_next=5

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER4.
NOTE: The data set WORK.XXCONFIDENT_ITER4 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER4 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=883.92318634
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=581.33481508
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1665.4819106
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1665.4819106
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=434.4221434
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=626.5916852
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=535.89093215
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=535.89093215
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=29.951173114
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=113.64285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER4.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL5 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=4871.238703
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL5.
NOTE: The data set WORK.XXITER_OVERALL5 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.21 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.05 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL5_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL5_R.
NOTE: The data set WORK.XXITER_OVERALL5_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT5 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER5 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_4 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.10 seconds
      cpu time            0.11 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 5 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=5 iter_next=6
confident_up_to=10 cep3-cep10 0  iter_num=5 iter_next=6

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER5.
NOTE: The data set WORK.XXCONFIDENT_ITER5 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER5 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=883.92318634
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=581.33481508
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1665.4819106
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1665.4819106
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=434.4221434
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=626.5916852
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=535.89093215
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=535.89093215
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=29.951173114
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=113.64285714
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER5.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL6 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=4871.238703
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL6.
NOTE: The data set WORK.XXITER_OVERALL6 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL6_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL6_R.
NOTE: The data set WORK.XXITER_OVERALL6_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


---Estimation repeat 3 gives mean/total   2.738% with % of respondents heapers= 25.7% 
NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT6 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER6 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_5 has 1 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.11 seconds
      cpu time            0.10 seconds
      


NOTE: There were 1 observations read from the data set WORK.XXITER_ESTIMATES_5.
NOTE: The data set WORK.XXITER_REP3 has 1 observations and 12 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: The file DEHEAP.CNTL_DIST_HEAP_REG (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.CONFIDENT_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.HEAP_LOC (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.HEAP_SPREAD (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4REG1 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_6P3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V7 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.REG1 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG2 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG3 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG4 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG5 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG6 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG_COMB (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG_SUM (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.SMOOTH_WITH_HEAPS (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: PROCEDURE DATASETS used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.CNTL_DATA.
NOTE: The data set WORK.XXCNTL_DATA has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.06 seconds
      


NOTE: Character values have been converted to numeric values at the places given by: 
      (Line):(Column).
      264:105   264:168   
NOTE: The data set WORK.XXCNTL_HEAPS has 8 observations and 2 variables.
NOTE: The data set WORK.XXHEAP_LOC has 8 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 8 observations read from the data set WORK.XXHEAP_LOC.
NOTE: The data set WORK.XXITER_4REG1 has 34 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      

N_HEAPS=8

REGRESSION 1  STARTS AT 3 AND ENDS AT 11 AND IS POLYN .
REGRESSION 2  STARTS AT 8 AND ENDS AT 16 AND IS POLYN .
REGRESSION 3  STARTS AT 12 AND ENDS AT 19 AND IS POLYN .
REGRESSION 4  STARTS AT 17 AND ENDS AT 24 AND IS POLYN .
REGRESSION 5  STARTS AT 22 AND ENDS AT 28 AND IS POLYN .
REGRESSION 6  STARTS AT 26 AND ENDS AT 33 AND IS POLYN .
NOTE: Missing values were generated as a result of performing an operation on missing values.
      Each place is given by: (Number of times) at (Line):(Column).
      9 at 273:40    8 at 273:138   
NOTE: There were 34 observations read from the data set WORK.XXITER_4REG1.
NOTE: The data set WORK.XXCNTL_REG has 6 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      

N_REGS=6

NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      278:132   278:154   
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=         
 11;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=         
 16;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=         
 19;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=         
 24;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=         
 28;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=         
 33;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_ heap nn;if log
_p ne . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 7 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.25 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 7 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 7 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 7 observations read from the data set WORK.XXREG5.
NOTE: There were 8 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 6 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_SUM has 31 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 31 observations read from the data set WORK.XXREG_SUM.
NOTE: The data set WORK.XXREG_SUM has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_4REG1.
NOTE: There were 34 observations read from the data set WORK.XXREG_SUM.
NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXSMOOTH_WITH_HEAPS has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      

confident_up_to=10 cep3-cep10 0

NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: The data set WORK.XXCONFIDENT has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=865.41251778
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=502.25284495
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1674.8011881
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1674.8011881
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=391.50932262
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=595.61729954
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=540.89220038
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=540.89220038
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=31.265694356
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=105.92857143
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL1 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.09 seconds
      cpu time            0.09 seconds
      


heap_total=4707.6796391
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL1.
NOTE: The data set WORK.XXITER_OVERALL1 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.30 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL1_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL1_R.
NOTE: The data set WORK.XXITER_OVERALL1_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


---------Output from Trend of Deheaped Fn (Input to iteration 1): Output to: iter------------
     Bias percent is   3.078% with the estimated % of respondents heapers= 24.8% 
--------------------------------------------------------------------------------------------
NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT1 has 34 observations and 14 variables.
NOTE: The data set WORK.XXITER_4_ITER1 has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      

"--------------------------------------------------------------------------------------------"
"-----------Iteration 1 Estimates (1st estimate with an estimated deheaped Fn)--------------"
"--------------------------------------------------------------------------------------------"
iter_num=1 iter_next=2
confident_up_to=10 cep3-cep10 0  iter_num=1 iter_next=2

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER1.
NOTE: The data set WORK.XXCONFIDENT_ITER1 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER1 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=865.41251778
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=502.25284495
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1674.8011881
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1674.8011881
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=391.50932262
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=595.61729954
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=540.89220038
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=540.89220038
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=31.265694356
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=105.92857143
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER1.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL2 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=4707.6796391
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL2.
NOTE: The data set WORK.XXITER_OVERALL2 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.05 seconds
      cpu time            0.06 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL2_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL2_R.
NOTE: The data set WORK.XXITER_OVERALL2_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT2 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER2 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_1 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.12 seconds
      cpu time            0.12 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 2 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=2 iter_next=3
confident_up_to=10 cep3-cep10 0  iter_num=2 iter_next=3

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER2.
NOTE: The data set WORK.XXCONFIDENT_ITER2 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER2 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=865.41251778
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=502.25284495
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1674.8011881
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1674.8011881
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=391.50932262
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=595.61729954
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=540.89220038
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=540.89220038
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=31.265694356
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=105.92857143
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER2.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL3 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=4707.6796391
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL3.
NOTE: The data set WORK.XXITER_OVERALL3 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL3_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL3_R.
NOTE: The data set WORK.XXITER_OVERALL3_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT3 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER3 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_2 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.11 seconds
      cpu time            0.10 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 3 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=3 iter_next=4
confident_up_to=10 cep3-cep10 0  iter_num=3 iter_next=4

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER3.
NOTE: The data set WORK.XXCONFIDENT_ITER3 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER3 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=865.41251778
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=502.25284495
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1674.8011881
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1674.8011881
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=391.50932262
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=595.61729954
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=540.89220038
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=540.89220038
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=31.265694356
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=105.92857143
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER3.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL4 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=4707.6796391
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL4.
NOTE: The data set WORK.XXITER_OVERALL4 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.06 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL4_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL4_R.
NOTE: The data set WORK.XXITER_OVERALL4_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT4 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER4 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_3 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.11 seconds
      cpu time            0.10 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 4 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=4 iter_next=5
confident_up_to=10 cep3-cep10 0  iter_num=4 iter_next=5

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER4.
NOTE: The data set WORK.XXCONFIDENT_ITER4 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER4 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=865.41251778
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=502.25284495
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1674.8011881
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1674.8011881
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=391.50932262
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=595.61729954
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=540.89220038
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=540.89220038
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=31.265694356
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=105.92857143
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER4.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL5 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


heap_total=4707.6796391
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL5.
NOTE: The data set WORK.XXITER_OVERALL5 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.01 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL5_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL5_R.
NOTE: The data set WORK.XXITER_OVERALL5_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT5 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER5 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_4 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.11 seconds
      cpu time            0.10 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 5 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=5 iter_next=6
confident_up_to=10 cep3-cep10 0  iter_num=5 iter_next=6

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER5.
NOTE: The data set WORK.XXCONFIDENT_ITER5 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER5 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=865.41251778
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=502.25284495
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1674.8011881
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1674.8011881
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=391.50932262
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=595.61729954
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=540.89220038
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=540.89220038
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=31.265694356
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=105.92857143
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER5.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL6 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.09 seconds
      cpu time            0.07 seconds
      


heap_total=4707.6796391
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL6.
NOTE: The data set WORK.XXITER_OVERALL6 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL6_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL6_R.
NOTE: The data set WORK.XXITER_OVERALL6_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


---Estimation repeat 4 gives mean/total   2.636% with % of respondents heapers= 24.7% 
NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT6 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER6 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_5 has 1 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.10 seconds
      cpu time            0.10 seconds
      


NOTE: There were 1 observations read from the data set WORK.XXITER_ESTIMATES_5.
NOTE: The data set WORK.XXITER_REP4 has 1 observations and 12 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: The file DEHEAP.CNTL_DIST_HEAP_REG (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.CONFIDENT_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.HEAP_LOC (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.HEAP_SPREAD (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4REG1 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_6P3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V7 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.REG1 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG2 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG3 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG4 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG5 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG6 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG_COMB (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG_SUM (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.SMOOTH_WITH_HEAPS (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: PROCEDURE DATASETS used (Total process time):
      real time           0.05 seconds
      cpu time            0.04 seconds
      


NOTE: PROCEDURE PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      


NOTE: There were 34 observations read from the data set DEHEAP.CNTL_DATA.
NOTE: The data set WORK.XXCNTL_DATA has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: Character values have been converted to numeric values at the places given by: 
      (Line):(Column).
      348:105   348:168   
NOTE: The data set WORK.XXCNTL_HEAPS has 8 observations and 2 variables.
NOTE: The data set WORK.XXHEAP_LOC has 8 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.07 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 8 observations read from the data set WORK.XXHEAP_LOC.
NOTE: The data set WORK.XXITER_4REG1 has 34 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      

N_HEAPS=8

REGRESSION 1  STARTS AT 3 AND ENDS AT 11 AND IS POLYN .
REGRESSION 2  STARTS AT 8 AND ENDS AT 16 AND IS POLYN .
REGRESSION 3  STARTS AT 12 AND ENDS AT 19 AND IS POLYN .
REGRESSION 4  STARTS AT 17 AND ENDS AT 24 AND IS POLYN .
REGRESSION 5  STARTS AT 22 AND ENDS AT 28 AND IS POLYN .
REGRESSION 6  STARTS AT 26 AND ENDS AT 33 AND IS POLYN .
NOTE: Missing values were generated as a result of performing an operation on missing values.
      Each place is given by: (Number of times) at (Line):(Column).
      9 at 357:40    8 at 357:138   
NOTE: There were 34 observations read from the data set WORK.XXITER_4REG1.
NOTE: The data set WORK.XXCNTL_REG has 6 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.05 seconds
      cpu time            0.06 seconds
      

N_REGS=6

NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      362:132   362:154   
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=         
 11;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=         
 16;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=         
 19;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=         
 24;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=         
 28;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxiter_4reg1 noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=         
 33;weight _weight;model count=dayshunt dayshunt_sq /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_ heap nn;if log
_p ne . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 7 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.26 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 7 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 7 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 7 observations read from the data set WORK.XXREG5.
NOTE: There were 8 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 6 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 49 observations and 9 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 49 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_SUM has 31 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 31 observations read from the data set WORK.XXREG_SUM.
NOTE: The data set WORK.XXREG_SUM has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_4REG1.
NOTE: There were 34 observations read from the data set WORK.XXREG_SUM.
NOTE: There were 34 observations read from the data set WORK.XXCNTL_DATA.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXSMOOTH_WITH_HEAPS has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.06 seconds
      

confident_up_to=10 cep3-cep10 0

NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: The data set WORK.XXCONFIDENT has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=884.11948791
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=616.74306543
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1873.6041862
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1873.6041862
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=439.86456501
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=619.97509426
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=590.90139505
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=590.90139505
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=52.045973367
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=98.571428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL1 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.09 seconds
      


heap_total=5175.8251958
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL1.
NOTE: The data set WORK.XXITER_OVERALL1 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.27 seconds
      cpu time            0.26 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.30 seconds
      cpu time            0.31 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.31 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.33 seconds
      cpu time            0.32 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.33 seconds
      cpu time            0.31 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.05 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL1_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL1_R.
NOTE: The data set WORK.XXITER_OVERALL1_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


---------Output from Trend of Deheaped Fn (Input to iteration 1): Output to: iter------------
     Bias percent is   3.526% with the estimated % of respondents heapers= 26.9% 
--------------------------------------------------------------------------------------------
NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL1_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT1 has 34 observations and 14 variables.
NOTE: The data set WORK.XXITER_4_ITER1 has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.09 seconds
      cpu time            0.09 seconds
      

"--------------------------------------------------------------------------------------------"
"-----------Iteration 1 Estimates (1st estimate with an estimated deheaped Fn)--------------"
"--------------------------------------------------------------------------------------------"
iter_num=1 iter_next=2
confident_up_to=10 cep3-cep10 0  iter_num=1 iter_next=2

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER1.
NOTE: The data set WORK.XXCONFIDENT_ITER1 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER1 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=884.11948791
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=616.74306543
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1873.6041862
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1873.6041862
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=439.86456501
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=619.97509426
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=590.90139505
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=590.90139505
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=52.045973367
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=98.571428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER1.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL2 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.07 seconds
      


heap_total=5175.8251958
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL2.
NOTE: The data set WORK.XXITER_OVERALL2 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.30 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.31 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.30 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.31 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL2_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL2_R.
NOTE: The data set WORK.XXITER_OVERALL2_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL2_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT2 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER2 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_1 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.11 seconds
      cpu time            0.10 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 2 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=2 iter_next=3
confident_up_to=10 cep3-cep10 0  iter_num=2 iter_next=3

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER2.
NOTE: The data set WORK.XXCONFIDENT_ITER2 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER2 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=884.11948791
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=616.74306543
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1873.6041862
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1873.6041862
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=439.86456501
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=619.97509426
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=590.90139505
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=590.90139505
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=52.045973367
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=98.571428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER2.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL3 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.09 seconds
      


heap_total=5175.8251958
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL3.
NOTE: The data set WORK.XXITER_OVERALL3 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.01 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.31 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.30 seconds
      cpu time            0.31 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL3_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL3_R.
NOTE: The data set WORK.XXITER_OVERALL3_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL3_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT3 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER3 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_2 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.11 seconds
      cpu time            0.12 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 3 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=3 iter_next=4
confident_up_to=10 cep3-cep10 0  iter_num=3 iter_next=4

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER3.
NOTE: The data set WORK.XXCONFIDENT_ITER3 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER3 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=884.11948791
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=616.74306543
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1873.6041862
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1873.6041862
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=439.86456501
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=619.97509426
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=590.90139505
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=590.90139505
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=52.045973367
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=98.571428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER3.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL4 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.07 seconds
      


heap_total=5175.8251958
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL4.
NOTE: The data set WORK.XXITER_OVERALL4 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.06 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.30 seconds
      cpu time            0.28 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.05 seconds
      cpu time            0.06 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL4_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL4_R.
NOTE: The data set WORK.XXITER_OVERALL4_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL4_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT4 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER4 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_3 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.12 seconds
      cpu time            0.12 seconds
      

"--------------------------------------------------------------------------------------------"
"------------Iteration 4 Estimates (2nd estimate with an estimated deheaped Fn)---------------"
"--------------------------------------------------------------------------------------------"
iter_num=4 iter_next=5
confident_up_to=10 cep3-cep10 0  iter_num=4 iter_next=5

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER4.
NOTE: The data set WORK.XXCONFIDENT_ITER4 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER4 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.07 seconds
      cpu time            0.07 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=884.11948791
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=616.74306543
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1873.6041862
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1873.6041862
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=439.86456501
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=619.97509426
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=590.90139505
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=590.90139505
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=52.045973367
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=98.571428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER4.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL5 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.07 seconds
      


heap_total=5175.8251958
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL5.
NOTE: The data set WORK.XXITER_OVERALL5 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.30 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.28 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.30 seconds
      cpu time            0.29 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL5_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL5_R.
NOTE: The data set WORK.XXITER_OVERALL5_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL5_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT5 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER5 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_4 has 0 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.12 seconds
      cpu time            0.10 seconds
      

"--------------------------------------------------------------------------------------------"
"----------Iteration 5 Estimates (3rd estimate with an estimated deheaped Fn)------------------"
"--------------------------------------------------------------------------------------------"
iter_num=5 iter_next=6
confident_up_to=10 cep3-cep10 0  iter_num=5 iter_next=6

NOTE: There were 34 observations read from the data set WORK.XXITER_4_ITER5.
NOTE: The data set WORK.XXCONFIDENT_ITER5 has 10 observations and 2 variables.
NOTE: The data set WORK.XXSMTH_CONFDNT_OUT_ITER5 has 34 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


NOTE: In this software to from ranges are only used if heaps are not at multiples of 5 or 7
Processing for:heap_num=1 heap_val=5 distribute_from=3 distribute_to=7 reduce=1 repeat=.
Heap_size=884.11948791
Processing for:heap_num=2 heap_val=7 distribute_from=4 distribute_to=10 reduce=1 repeat=.
Heap_size=616.74306543
Processing for:heap_num=3 heap_val=10 distribute_from=5 distribute_to=15 reduce=0.5 repeat=2
Heap_size=1873.6041862
Processing for:heap_num=3 heap_val=10 distribute_from=8 distribute_to=12 reduce=0.5 repeat=1
Heap_size=1873.6041862
Processing for:heap_num=4 heap_val=14 distribute_from=11 distribute_to=17 reduce=1 repeat=.
Heap_size=439.86456501
Processing for:heap_num=5 heap_val=15 distribute_from=13 distribute_to=17 reduce=1 repeat=.
Heap_size=619.97509426
Processing for:heap_num=6 heap_val=20 distribute_from=15 distribute_to=25 reduce=0.9 repeat=2
Heap_size=590.90139505
Processing for:heap_num=6 heap_val=20 distribute_from=18 distribute_to=22 reduce=0.1 repeat=1
Heap_size=590.90139505
Processing for:heap_num=7 heap_val=21 distribute_from=18 distribute_to=24 reduce=1 repeat=.
Heap_size=52.045973367
Processing for:heap_num=8 heap_val=25 distribute_from=23 distribute_to=27 reduce=1 repeat=.
Heap_size=98.571428571
NOTE: There were 34 observations read from the data set WORK.XXSMTH_CONFDNT_OUT_ITER5.
NOTE: There were 8 observations read from the data set WORK.XXCNTL_HEAPS.
NOTE: The data set WORK.XXITERPRE_OVERALL6 has 10 observations and 51 variables.
NOTE: DATA statement used (Total process time):
      real time           0.08 seconds
      cpu time            0.07 seconds
      


heap_total=5175.8251958
NOTE: There were 10 observations read from the data set WORK.XXITERPRE_OVERALL6.
NOTE: The data set WORK.XXITER_OVERALL6 has 34 observations and 2 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6.
NOTE: The data set WORK.XXHEAP_SPREAD has 25 observations and 7 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: Numeric values have been converted to character values at the places given by: 
      (Line):(Column).
      7:31   7:53   
Regression is:
proc reg data=xxheap_spread noprint outest=reg1 ;where dayshunt>=           3 and dayshunt<=        
  11;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg1  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg2 ;where dayshunt>=           8 and dayshunt<=        
  16;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg2  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg3 ;where dayshunt>=          12 and dayshunt<=        
  19;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg3  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg4 ;where dayshunt>=          17 and dayshunt<=        
  24;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg4  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg5 ;where dayshunt>=          22 and dayshunt<=        
  28;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg5  p=_p_  ;run;
Regression is:
proc reg data=xxheap_spread noprint outest=reg6 ;where dayshunt>=          26 and dayshunt<=        
  33;weight _weight;model count=dayshunt dayshunt_sq  /rsquare;output out=xxreg6  p=_p_  ;run;
Regression call is:&reg1 ;&reg2 ;&reg3 ;&reg4 ;&reg5 ;&reg6 ;
Adding reg id is:
data xxreg1 ;set xxreg1 ;nn=1 ;run;data xxreg2 ;set xxreg2 ;nn=2 ;run;data xxreg3 ;set xxreg3 ;nn=3 
;run;data xxreg4 ;set xxreg4 ;nn=4 ;run;data xxreg5 ;set xxreg5 ;nn=5 ;run;data xxreg6 ;set xxreg6 ;
nn=6 ;run;
Regression combine is:
data xxreg_comb;set xxreg1 xxreg2 xxreg3 xxreg4 xxreg5 xxreg6;keep dayshunt count _p_  nn;if log_p n
e . then _p_=exp(log_p);run;
NOTE: There were 6 observations read from the data set WORK.XXCNTL_REG.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      



NOTE: The data set WORK.REG1 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG1 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.30 seconds
      cpu time            0.31 seconds
      



NOTE: The data set WORK.REG2 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG2 has 9 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG3 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG3 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.28 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG4 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG4 has 8 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.31 seconds
      



NOTE: The data set WORK.REG5 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG5 has 6 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      



NOTE: The data set WORK.REG6 has 1 observations and 12 variables.
NOTE: The data set WORK.XXREG6 has 2 observations and 8 variables.
NOTE: PROCEDURE REG used (Total process time):
      real time           0.29 seconds
      cpu time            0.29 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: The data set WORK.XXREG1 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: The data set WORK.XXREG2 has 9 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: The data set WORK.XXREG3 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: The data set WORK.XXREG4 has 8 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: The data set WORK.XXREG5 has 6 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG6 has 2 observations and 9 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: Variable log_p is uninitialized.
NOTE: There were 9 observations read from the data set WORK.XXREG1.
NOTE: There were 9 observations read from the data set WORK.XXREG2.
NOTE: There were 8 observations read from the data set WORK.XXREG3.
NOTE: There were 8 observations read from the data set WORK.XXREG4.
NOTE: There were 6 observations read from the data set WORK.XXREG5.
NOTE: There were 2 observations read from the data set WORK.XXREG6.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 4 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 5 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXREG_COMB has 42 observations and 8 variables.
NOTE: PROCEDURE SORT used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds
      


NOTE: There were 42 observations read from the data set WORK.XXREG_COMB.
NOTE: The data set WORK.XXITER_OVERALL6_R has 25 observations and 2 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6.
NOTE: There were 25 observations read from the data set WORK.XXITER_OVERALL6_R.
NOTE: The data set WORK.XXITER_OVERALL6_C has 34 observations and 5 variables.
NOTE: DATA statement used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


---Estimation repeat 5 gives mean/total   2.946% with % of respondents heapers= 26.8% 
NOTE: There were 10 observations read from the data set WORK.XXCONFIDENT.
NOTE: There were 34 observations read from the data set WORK.XXSMOOTH_WITH_HEAPS.
NOTE: There were 34 observations read from the data set WORK.XXITER_OVERALL6_C.
NOTE: The data set WORK.XXITER_SMOOTH_OUT6 has 34 observations and 16 variables.
NOTE: The data set WORK.XXITER_4_ITER6 has 34 observations and 5 variables.
NOTE: The data set WORK.XXITER_ESTIMATES_5 has 1 observations and 10 variables.
NOTE: DATA statement used (Total process time):
      real time           0.11 seconds
      cpu time            0.10 seconds
      


NOTE: There were 1 observations read from the data set WORK.XXITER_ESTIMATES_5.
NOTE: The data set WORK.XXITER_REP5 has 1 observations and 12 variables.
NOTE: DATA statement used (Total process time):
      real time           0.02 seconds
      cpu time            0.03 seconds
      


NOTE: The file DEHEAP.CNTL_DIST_HEAP_REG (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.CONFIDENT_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.CONFIDENT_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.HEAP_LOC (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.HEAP_SPREAD (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ESTIMATES_5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1PRE_OVERALL6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4REG1 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_4_ITER6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_6P3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_ITERATION_V7 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL1_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL2_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL3_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL4_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL5_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6_C (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_OVERALL6_R (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.EXMPL1_SMOOTH_OUT5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.REG1 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG2 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG3 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG4 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG5 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG6 (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG_COMB (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.REG_SUM (memtype=DATA) was not found, but appears on a DELETE statement.
NOTE: The file DEHEAP.SMOOTH_WITH_HEAPS (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER1 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER2 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER3 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER4 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: The file DEHEAP.SMTH_CONFDNT_OUT_ITER5 (memtype=DATA) was not found, but appears on a DELETE 
      statement.
NOTE: PROCEDURE DATASETS used (Total process time):
      real time           0.04 seconds
      cpu time            0.04 seconds
      


NOTE: There were 1 observations read from the data set WORK.XXITER_REP1.
      WHERE iteration=5;
NOTE: There were 1 observations read from the data set WORK.XXITER_REP2.
      WHERE iteration=5;
NOTE: There were 1 observations read from the data set WORK.XXITER_REP3.
      WHERE iteration=5;
NOTE: There were 1 observations read from the data set WORK.XXITER_REP4.
      WHERE iteration=5;
NOTE: There were 1 observations read from the data set WORK.XXITER_REP5.
      WHERE iteration=5;
NOTE: The data set DEHEAP.EXMPL1_RAND_ESTMS has 5 observations and 12 variables.
NOTE: DATA statement used (Total process time):
      real time           0.06 seconds
      cpu time            0.06 seconds
      


NOTE: There were 5 observations read from the data set DEHEAP.EXMPL1_RAND_ESTMS.
NOTE: The data set DEHEAP.EXMPL1_EST_STD has 1 observations and 6 variables.
NOTE: PROCEDURE SUMMARY used (Total process time):
      real time           0.09 seconds
      cpu time            0.09 seconds
      

