Using SAS 9.4
I am running the following code:
proc sgplot data = pt.eligible ;
vbar impingment_point_cat;
run;
I have impingment_point as a numeric variable and impingment_point_cat as a character variable. I would like to add a cumulative percentage line in the graph just to show the percentage across the graph. Does anyone know an easy way to do this? Thank you
Can you show us a representable sample of your data?
Makes it easier to provide a usable code answer 🙂
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.