BookmarkSubscribeRSS Feed
sasjourney
Calcite | Level 5

Hi all,

I was trying to generate a forest plot using sgplot for subgroup analysis, but when doing that the subgroups are getting overlapped since there are 100+ subgroups. So, I was checking to see if there is there a way to span the forest plot to multiple pages with equal spacing on y-axis. Also, is there a way to control spacing between the subgroups on y-axis.

For example:

Male

Female

US

Non-US

Age <=65 Yrs

Age > 65 Yrs

etc

Thanks for your help

2 REPLIES 2
Jay54
Meteorite | Level 14

One way would be to add a BY variable (say "foo")  to your data, with the right number of subgroups per value of FOO.  FOO would have values 1,2,3 based on number of subgroups per page.  Then, use  BY=FOO statement with the SGPLOT procedure.  Or, use SGPANEL procedure with PANELBY=FOO.

sasjourney
Calcite | Level 5

Thanks Sanjay,

That is what I ended up doing to do multiple page graph, but still couldn't figure out how to control the spaces on y-axis. Is there any option to group a subgroup and leave a space between each subgroup? BTW i also generated the same graph using GTL and output looks excellent except the lack of TickValueList option in 9.3 for log scale. Thanks for the code provided in your blog.

Thanks

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
  • 1125 views
  • 3 likes
  • 2 in conversation