***it seems SAS has a bug in inset statement.***;
***It takes forever when obs >10,0000;
data t1;
do i = 1 to 100;
x=rannor(12345);
output;
end;
run;
proc univariate data= t1 noprint;
histogram x / normal;
inset N = 'Num of Vehicle' MEDIAN(8.2) MEAN(8.2) STD(8.3) /position=ne;
title "Histogram Chart for ids";
run;



雷达卡




京公网安备 11010802022788号







