BookmarkSubscribeRSS Feed
darrylovia
Quartz | Level 8
Hello SAS Forum,

I am trying to add some descriptive statistics as an inset into my histograms using SGPANEL and am unsuccessful so far.

The code below will create the histograms using sgpanel

proc sgpanel data=sashelp.shoes noautolegend;
panelby region;
histogram sales;
density sales;
run;

I would love to place some descriptive statistics inside of this

any ideas
Thanks
Darryl
1 REPLY 1
Siri29
Calcite | Level 5
Good Question..

Please let us know If there are any ideas on this.

Thanks

Sri Message was edited by: Siri29

CFC_SAS_Communities_400x225.jpgCFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1997 views
  • 0 likes
  • 2 in conversation