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';
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.