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

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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