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