BookmarkSubscribeRSS Feed
ammarhm
Lapis Lazuli | Level 10

Hi

I am really stuck on this one and really appreciate any help i could get....

I have a number of studies with intervension and control and success rates for each group:

 

 

data meta;
  input Study $1-16 Total_Intervention Success_Intervension Total_Control Success_Control ;
  ObsId=_N_;
  datalines;
Modano  (1967)    100	10	150	12
Borodan (1981)    200	15	250	19
Leighton (1972)   300	23	350	26
Novak   (1992)    400	33	450	33
Stawer  (1998)    500	40	550	36

;
run;

Could anyone please guide me on how to do a meta-analysis and then present data as Forest plot?

Really appreciate any help

Kind regards

AM

1 REPLY 1
LinusH
Tourmaline | Level 20
I don't know about meta analysis, but apparently there are number of ways of creating a forest plot in SAS, just search support.sas.com.
Data never sleeps

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1016 views
  • 0 likes
  • 2 in conversation