From: Ya Huang on 2 Feb 2010 11:51 According to this: http://support.sas.com/documentation/cdl/en/procstat/63032/HTML/default/proc stat_univariate_sect010.htm haxis= options should be able to control the haxis scale, but I tried and it didn't work. I do notice the following warning: WARNING: ODS Graphics is experimental in this release of the UNIVARIATE procedure. Even though I'm using v9.2, the latest version. Since it is experimental, something not working should be 'normal' ? On Tue, 2 Feb 2010 09:46:03 -0500, SUBSCRIBE SAS-L Yufei Wang <yufeiw(a)GMAIL.COM> wrote: >Hi, all > >I'm using the proc univariate cdfplot statement to generate several plots. > >My questions are: > >Can I define the scale of the haxis? > >Can I turn the plot? say change the haxis as percentage, and vaxis as the >variable? > >For instance, my code is like the following: > >ODS GRAPHICS on; >proc univariate data=all noprint; > var TPCB; > by zone; > class type; > cdfplot TPCB /overlay vref = 5 95 > cvref = black > vreflabels = '5%' '95%'; >run; >ODS GRAPHICS OFF; >quit; > >Because the cdfplots are generated by zone, and the scale for TPCB in each >zone are different, can I manually setup the upper value for haxis in all plots? > >Also, my boss like put the TPCB as vaxis, and the percentage in the haxis. >Is that possible to be done in proc univariate/ cdfplot statement? > >Thank you. > >Yufei
|
Pages: 1 Prev: U-codes for Greek letters in SAS 9.2 Next: U-codes for Greek letters in SAS 9.2 |