BookmarkSubscribeRSS Feed
bhr-q
Obsidian | Level 7

Hello, I can get the number based on the percentage displayed on the y-axis using the following code with (YSCALE=PERCENT).

How can I fix it to display the "%" symbol next to each number on the y-axis?

 

proc shewhart data=tmp2;
pchart yes_answer2*month /     subgroupn = n_per_group2 ODSTITLE="P-chart of Pts Counseling"
                                      outtable  = tmp2table  
                                      nohlabel nolegend  YSCALE=PERCENT ;    
LABEL yes_answer ="Prop of Pts counseled";
run;proc print noobs;run;

Thanks

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 0 replies
  • 51 views
  • 0 likes
  • 1 in conversation