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';
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.