new;
output file=c:\jae\ols\noint2\noint2.out  reset;
@
Dataset Name:  Line Through Origin-2 (nointercept2.dat)
               y = B1*x + e
               Certified Regression Statistics

                                          Standard Deviation
     Parameter          Estimate             of Estimate
@
 cbcse={0.727272727272727    0.420827318078432E-01};
cb=cbcse[.,1];
cstdb=cbcse[.,2];
cR2= 0.993348115299335;


@Data:    y       x@
yx={     3       4,
         4       5,
4 6};
y=yx[.,1];x=yx[.,2];

ans1=nistolsf(y,x,cb,cstdb,cr2);  
ans2=nisoqr2f(y,x,cb,cstdb,cr2);  
format /ld  6,1;
"        " ans1;  
"   (          "  ans2   "   ) ";
" Line Through Origin-2 (nointercept2.dat)  =noint2";
end;
