Hi there, I tried to interset a table at above of the boxplot, but the position option within the interstgroup statement in the PROC BOXPLOT does not work. Please see the code and the result below.
proc boxplot data=temp_base;
plot calculated_household_in_baseline*value/;
insetgroup q1 q2 /header='test' pos=top;
run;
Since position=top is the default, what happens when you omit the option?
Hi PG,
If I omit the option, the result is the same. Therefore, position= option does not work.
I found the reason actually, I forgot to add 'ods graphics off' at the very begining. I guess that's the reason why the option does not work...It was silly lol~
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.