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

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register 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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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