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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1238 views
  • 0 likes
  • 2 in conversation