This should be really simple. I just can't seem to find it and am in a hurry.
Here is the code:
Title "Percentage of Reported AIDS Cases To Persons with HIV Classified as Having AIDS" ;
Proc chart Data=SasData.HIV_Surveillance_Pct ;
Label Residence_Location = 'Residence Location' ;
Vbar Residence_Location / freq=Diagnosed_AllPct ;
run ;
quit ;
How do I change the name on the Y axis from "Frequency" to "Percentage %" ?
label freq='Percentage';
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.