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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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