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
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.
Ready to level-up your skills? Choose your own adventure.