- libname in '.' access=readonly;
- proc transpose data=in.sample out=hell;
- by hh;
- var Percent:;
- run;
- proc means data=hell mean noprint;
- by hh;
- class _NAME_;
- var COL1;
- output out=hell mean=COL1;
- run;
- axis1 label=(a=90 "count");
- axis2 label=('hours') order=(1 to 24);
- symbol1 v=none i=join repeat=1 h=.4 c=red;
- symbol2 v=none i=join repeat=1000 h=.4 c=black;
- proc gplot data=hell;
- plot col1*hh=_NAME_/haxis=axis2 vaxis=axis1 nolegend;
- run;


雷达卡



京公网安备 11010802022788号







