BookmarkSubscribeRSS Feed
AmitKB
Fluorite | Level 6

Hi all,

           I want to have inset like mean median etc in my sgplot shown below with code.

Thanks for your help.

Amit

Code:

proc sgpanel data= sashelp.cars (where=(DriveTrain ne 'Rear')) noautolegend;

  title "Distribution of Probability of being Adherent in nent 6 months";

    panelby DriveTrain Origin;

    histogram Horsepower;

  density Horsepower;

run;


sgpanelgraph.jpg
2 REPLIES 2
DanH_sas
SAS Super FREQ

We've added support for insets in SGPANEL for SAS 9.4. Depending on your plot situation and your version of SAS, they might be a creative solution for you in the meantime. What version of SAS do you have?

AmitKB
Fluorite | Level 6

SAS EG 5.1

SAS 9.3

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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