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