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;
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?
SAS EG 5.1
SAS 9.3
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.