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

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

Explore Now →
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
  • 1797 views
  • 0 likes
  • 2 in conversation