Hello community,
I am trying to put the result of the odds ratio of two models concatenated into one forest plot graph to achieve this type of plot seen below( Note: this is a plot from one model)
Here is my dataset have
Model | Variable_name | oddratio | lower CI | Upper CI | p-value |
Model 1 | Variable 1 (A vs B) | 1.63 | 1.02 | 2.61 | 0.04 |
Model 1 | Variable 2 (C vs D) | 0.42 | 0.42 | 0.27 | 0.64 |
Model 2 | Variable 1 (A vs B) | 1.02 | 0.54 | 1.9 | 0.96 |
Model 2 | Variable 2 (C vs D) | 0.25 | 0.1 | 0.62 | 0.003 |
Model 2 | Variable 3 (E vs F | 0.24 | 0.15 | 0.39 | 0.001 |
Thanks.
Hello,
I moved this topic to "Graphics Programming" board.
And here's a head-start :
Koen
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.