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

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 1372 views
  • 0 likes
  • 2 in conversation