BookmarkSubscribeRSS Feed
lillymaginta
Lapis Lazuli | Level 10

data work.forest;

  input subgroup $1-16 count person-yr event crude HR LowerCL UpperCL;

  datalines;

age 34123 34523 74 9  0.590 0.096 3.634 

<65 12451 43541 86 10 0.464 0.201 1.074 

>65 23451 54211 96 11 0.394 0.076 2.055; 

run;

 

I am trying to create a forest plot that shows the above information. I want the bars to reflect the hazard ratio and lower/upper CI and all other information to be listed on the side of the bars (count, person-yr, event). Any help is much appreciated! Something that looks like the graph below but with different information. 

Image result for forest plot

4 REPLIES 4
Reeza
Super User

Looks pretty darn close to this blog post:

 

https://blogs.sas.com/content/graphicallyspeaking/2016/05/30/ctspedia-clinical-graphs-subgrouped-for...

 

Code is included in the post.

 

 

lillymaginta
Lapis Lazuli | Level 10

Thanks Reeza but this code has some errors 

Reeza
Super User

No errors on my side.

 

I used the code from here:

https://blogs.sas.com/content/graphicallyspeaking/files/2016/05/Subgrouped_Forest_Plot_SG_94.txt

 

You may require SAS 9.4 TS1M3 at least though. 

 


@lillymaginta wrote:

Thanks Reeza but this code has some errors 


 

Jay54
Meteorite | Level 14

Please post the error messages from the log, and the version of SAS (including maintenance level).

SAS INNOVATE 2024

Innovate_SAS_Blue.png

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. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1073 views
  • 0 likes
  • 3 in conversation