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
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.